From c5eb57202371cf53ccd231c140fe6ad12712e6e2 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 1 Oct 2024 12:59:17 -0400 Subject: [PATCH] Update postgres to 17 --- restic-psql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restic-psql b/restic-psql index 31bfbdc..8a11ce2 100644 --- a/restic-psql +++ b/restic-psql @@ -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 && \