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

Crond: Update the base image.

parent 33afe2fc
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.18 as downloader
FROM alpine:3.20 as downloader
ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.32/supercronic-linux-amd64
ARG SHA1SUM=7da26ce6ab48d75e97f7204554afe7c80779d4e0
WORKDIR /tmp
......@@ -8,7 +8,7 @@ RUN wget -q $URL && \
install -m 755 supercronic-linux-amd64 /usr/local/bin/supercronic && \
touch /crontab
FROM alpine:3.18
FROM alpine:3.20
COPY --from=downloader /usr/local/bin/supercronic /usr/local/bin/supercronic
COPY --from=downloader /crontab /crontab
WORKDIR /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment