Commit ef24b773 authored by nimrod's avatar nimrod
Browse files

Update the Dockerfile.

The `supercronic` binary has moved.
parent 7ccf78c0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
FROM registry.shore.co.il/cron as supercronic

FROM docker.io/library/python:3.12-alpine3.20
COPY --from=supercronic /usr/local/bin/supercronic /usr/local/bin/
COPY --from=supercronic /usr/bin/supercronic /usr/local/bin/
# hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
        gosu \