Loading crond/Dockerfile +2 −2 Original line number Diff line number Diff line FROM alpine:3.18 as downloader ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.25/supercronic-linux-amd64 ARG SHA1SUM=642f4f5a2b67f3400b5ea71ff24f18c0a7d77d49 ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.32/supercronic-linux-amd64 ARG SHA1SUM=7da26ce6ab48d75e97f7204554afe7c80779d4e0 WORKDIR /tmp RUN wget -q $URL && \ echo "$SHA1SUM supercronic-linux-amd64" > sha1.sum && \ Loading Loading
crond/Dockerfile +2 −2 Original line number Diff line number Diff line FROM alpine:3.18 as downloader ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.25/supercronic-linux-amd64 ARG SHA1SUM=642f4f5a2b67f3400b5ea71ff24f18c0a7d77d49 ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.32/supercronic-linux-amd64 ARG SHA1SUM=7da26ce6ab48d75e97f7204554afe7c80779d4e0 WORKDIR /tmp RUN wget -q $URL && \ echo "$SHA1SUM supercronic-linux-amd64" > sha1.sum && \ Loading