Update postgres to 17

This commit is contained in:
Remi Rampin 2024-10-01 12:59:17 -04:00
parent 91e7f46ae0
commit c5eb572023
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# docker buildx build --pull - --platform linux/amd64,linux/arm64 --push --tag quay.io/remram44/restic:0.17.1-psql16 < restic-psql
# docker buildx build --pull - --platform linux/amd64,linux/arm64 --push --tag quay.io/remram44/restic:0.17.1-psql17 < restic-psql
FROM postgres:16
FROM postgres:17
RUN apt-get update -yy && \
apt-get install -yy curl ca-certificates bzip2 sqlite3 && \