Commit 8691ecf8 authored by nimrod's avatar nimrod
Browse files

fixup! crond: Updates.

parent fac5f24e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM alpine:3.17 as downloader
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.3/supercronic-linux-amd64
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.23/supercronic-linux-amd64
ARG SHA1SUM=dbed853c06aba2c611bbb1955b2c1667b51dcb0a
WORKDIR /tmp
RUN wget -q $URL && \