Skip to content

Commit

Permalink
Merge pull request #2 from tweedegolf/revert-1-updates
Browse files Browse the repository at this point in the history
Revert "Update PG 16 -> 17 and resitc 0.16 -> 0.17"
  • Loading branch information
bramtweedegolf authored Oct 28, 2024
2 parents 2d9bba8 + 80144fb commit a074e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/tweedegolf/debian:bookworm

# Install postgresql client
ENV POSTGRESQL_VERSION 17
ENV POSTGRESQL_VERSION 16
RUN install -d /usr/share/postgresql-common/pgdg \
&& curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc \
&& echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
Expand All @@ -13,7 +13,7 @@ RUN install -d /usr/share/postgresql-common/pgdg \
&& rm -rf /var/lib/apt/lists/*

# https://github.com/restic/restic/releases
ENV RESTIC_VERSION 0.17.2
ENV RESTIC_VERSION 0.16.4
# install restic, see https://restic.readthedocs.io/en/stable/020_installation.html#official-binaries
RUN curl -sSLfo /usr/local/bin/restic.bz2 \
"https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2" \
Expand Down

0 comments on commit a074e37

Please sign in to comment.