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

Update the base image.

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