We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d122f commit 9c2c4d8Copy full SHA for 9c2c4d8
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21
+FROM alpine:3.22
2
3
LABEL maintainer=digitaal-techniek@vpro.nl
4
@@ -17,7 +17,7 @@ RUN apk update --no-cache \
17
&& chmod -R g=u /root
18
19
20
-ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 \
+ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.34/supercronic-linux-amd64 \
21
SUPERCRONIC=supercronic-linux-amd64 \
22
SUPERCRONIC_SHA1SUM=71b0d58cc53f6bd72cf2f293e09e294b79c666d8
23
0 commit comments