Skip to content

Commit ffee31f

Browse files
feat: updated supercronic while at it
1 parent 4e6e156 commit ffee31f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jobs/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ ENV TZ=Asia/Kolkata
66
RUN 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

1315
RUN curl -fsSLO "$SUPERCRONIC_URL" \
1416
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \

0 commit comments

Comments
 (0)