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

Update Cron.

parent aa1a0ce7
No related branches found
No related tags found
No related merge requests found
FROM 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment