From b2ab9918390c02de31adc34a7db8741f7342245d Mon Sep 17 00:00:00 2001 From: dweinholz Date: Wed, 22 Mar 2023 18:08:12 +0100 Subject: [PATCH] Update Dockerfile --- postgresql/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql/Dockerfile b/postgresql/Dockerfile index 70cd8dc..5c27b31 100644 --- a/postgresql/Dockerfile +++ b/postgresql/Dockerfile @@ -1,11 +1,11 @@ ARG BASE_TAG=latest ARG DEBIAN_FRONTEND=noninteractive -FROM denbicloud/cron-backup:${BASE_TAG} +FROM quay.io/denbicloud/cron-backup:${BASE_TAG} COPY ./install-packages.sh /install-packages.sh COPY ./postgresql-backup.sh /etc/cronscripts/postgresql-backup.sh COPY ./postgresql-cron /etc/crontabs/dockercron/postgresql-cron -RUN chmod +x /install-packages.sh && bash /install-packages.sh \ No newline at end of file +RUN chmod +x /install-packages.sh && bash /install-packages.sh