Commit 0e22dcc6 authored by nimrod's avatar nimrod
Browse files

Update Cron.

parent fd276a72
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
FROM registry.hub.docker.com/library/docker:20.10 as docker

# hadolint ignore=DL3006
FROM registry.shore.co.il/cron as supersonic
COPY --from=docker /usr/local/bin/docker /usr/local/bin/
COPY --chown=root:root crontab /crontab
# hadolint ignore=DL3002
USER root
# hadolint ignore=DL3018
RUN apk add --update --no-cache docker-cli