Skip to content
Snippets Groups Projects
Commit 8724afd2 authored by nimrod's avatar nimrod
Browse files

Update to Alpine 3.12.

parent c447171c
Branches
No related tags found
No related merge requests found
FROM alpine:3.10 as downloader
FROM alpine:3.12 as downloader
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-linux-amd64
ARG SHA1SUM=5ddf8ea26b56d4a7ff6faecdd8966610d5cb9d85
WORKDIR /tmp
......@@ -8,7 +8,7 @@ RUN wget $URL && \
install -m 755 supercronic-linux-amd64 /usr/local/bin/supersonic && \
touch /crontab
FROM alpine:3.10
FROM alpine:3.12
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