Skip to content
Snippets Groups Projects
Commit 5ca9608d authored by nimrod's avatar nimrod
Browse files

Cron: Update the base image.

From Alpine 3.14 to 3.15.
parent 8857cf6f
No related branches found
No related tags found
No related merge requests found
Pipeline #2925 passed
FROM alpine:3.14 as downloader
FROM alpine:3.15 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 -q $URL && \
install -m 755 supercronic-linux-amd64 /usr/local/bin/supersonic && \
touch /crontab
FROM alpine:3.14
FROM alpine:3.15
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