Skip to content

Commit 8d3ebe2

Browse files
authored
Update SUPERCRONIC version in Dockerfile
1 parent 821a153 commit 8d3ebe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apk update --no-cache \
1616
&& chgrp -R 0 /root \
1717
&& chmod -R g=u /root
1818

19-
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.36/supercronic-linux-amd64 \
20-
SUPERCRONIC_SHA1SUM=53a484404b0c559d64f78e9481a3ec22f782dc46 \
19+
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-amd64 \
20+
SUPERCRONIC_SHA1SUM=e894b193bea75a5ee644e700c59e30eedc804cf7 \
2121
SUPERCRONIC=supercronic-linux-amd64
2222

2323
RUN curl -fsSLO "$SUPERCRONIC_URL" \

0 commit comments

Comments
 (0)