Update postgres to 17
This commit is contained in:
parent
91e7f46ae0
commit
c5eb572023
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue