From 7f500fc04ef4dc5986ba88d7581b96046baf18eb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 22 Jan 2021 23:13:56 +0200 Subject: [PATCH] Personal registry. --- crond/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crond/Dockerfile b/crond/Dockerfile index e554c46..0e67709 100644 --- a/crond/Dockerfile +++ b/crond/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3006 -FROM registry.hub.docker.com/adarnimrod/cron +FROM registry.shore.co.il/cron # hadolint ignore=DL3018 RUN apk add --no-cache --update docker-cli COPY --chown=root:root crontab /crontab -- GitLab