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 7085389 commit ebf5334Copy full SHA for ebf5334
1 file changed
Dockerfile
@@ -16,8 +16,8 @@ RUN apk update --no-cache \
16
&& chgrp -R 0 /root \
17
&& chmod -R g=u /root
18
19
-ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.34/supercronic-linux-amd64 \
20
- SUPERCRONIC_SHA1SUM=e8631edc1775000d119b70fd40339a7238eece14 \
+ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.36/supercronic-linux-amd64 \
+ SUPERCRONIC_SHA1SUM=53a484404b0c559d64f78e9481a3ec22f782dc46 \
21
SUPERCRONIC=supercronic-linux-amd64
22
23
RUN curl -fsSLO "$SUPERCRONIC_URL" \
0 commit comments