Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Mar 22, 2023
1 parent ed0e5bc commit b2ab991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
RUN chmod +x /install-packages.sh && bash /install-packages.sh

0 comments on commit b2ab991

Please sign in to comment.