We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821a153 commit 8d3ebe2Copy full SHA for 8d3ebe2
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.36/supercronic-linux-amd64 \
20
- SUPERCRONIC_SHA1SUM=53a484404b0c559d64f78e9481a3ec22f782dc46 \
+ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-amd64 \
+ SUPERCRONIC_SHA1SUM=e894b193bea75a5ee644e700c59e30eedc804cf7 \
21
SUPERCRONIC=supercronic-linux-amd64
22
23
RUN curl -fsSLO "$SUPERCRONIC_URL" \
0 commit comments