File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ ENV TZ=Asia/Kolkata
66RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
77
88# Install https://github.com/aptible/supercronic as a cron replacement
9- ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.26/supercronic-linux-amd64 \
10- SUPERCRONIC=supercronic-linux-amd64 \
11- SUPERCRONIC_SHA1SUM=7a79496cf8ad899b99a719355d4db27422396735
9+ # Latest releases available at https://github.com/aptible/supercronic/releases
10+ # Each release also contains a sample Dockerfile
11+ ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.34/supercronic-linux-amd64 \
12+ SUPERCRONIC_SHA1SUM=e8631edc1775000d119b70fd40339a7238eece14 \
13+ SUPERCRONIC=supercronic-linux-amd64
1214
1315RUN curl -fsSLO "$SUPERCRONIC_URL" \
1416 && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
You can’t perform that action at this time.
0 commit comments