Skip to content
Snippets Groups Projects
Commit 84ae4f8d authored by nimrod's avatar nimrod
Browse files

Alpine 3.13.

parent 79684258
No related branches found
No related tags found
No related merge requests found
Pipeline #627 passed
FROM alpine:3.12 as downloader
FROM alpine:3.13 as downloader
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64
ARG SHA1SUM=048b95b48b708983effb2e5c935a1ef8483d9e3e
WORKDIR /tmp
......@@ -8,7 +8,7 @@ RUN wget $URL && \
install -m 755 supercronic-linux-amd64 /usr/local/bin/supersonic && \
touch /crontab
FROM alpine:3.12
FROM alpine:3.13
COPY --from=downloader /usr/local/bin/supersonic /usr/local/bin/supersonic
COPY --from=downloader /crontab /crontab
WORKDIR /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment