From 8d3f53a1de037f8a6d5bf4e9b3034c3614387ddc Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sun, 6 Oct 2024 22:08:45 +0100 Subject: [PATCH] Upgrade to Postgres 17 (#735) This updates the Postgres stub to use the newly release and latest version 17: https://www.postgresql.org/docs/17/release-17.html The official Docker image is here: https://github.com/docker-library/postgres/blob/172544062d1031004b241e917f5f3f9dfebc0df5/17/bookworm/Dockerfile --- stubs/pgsql.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pgsql.stub b/stubs/pgsql.stub index fef85da6..24d6426e 100644 --- a/stubs/pgsql.stub +++ b/stubs/pgsql.stub @@ -1,5 +1,5 @@ pgsql: - image: 'postgres:15' + image: 'postgres:17' ports: - '${FORWARD_DB_PORT:-5432}:5432' environment: