Skip to content
Snippets Groups Projects
Commit 09789d63 authored by nimrod's avatar nimrod
Browse files

Update Supercronic.

parent c705eaa7
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.16 as downloader
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64
ARG SHA1SUM=048b95b48b708983effb2e5c935a1ef8483d9e3e
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64
ARG SHA1SUM=d7f4c0886eb85249ad05ed592902fa6865bb9d70
WORKDIR /tmp
RUN wget -q $URL && \
echo "$SHA1SUM supercronic-linux-amd64" > sha1.sum && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment