From f2383b90a5c3043010aa1321a94aca0c4510ac5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:04:13 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 26c7790..81b1966 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1079,7 +1079,7 @@ services: environment: - "POSTGRES_USER=${POSTGRES_USER:-postgres}" - "PGPASSWORD=${POSTGRES_PASSWORD:-postgres}" - image: "postgres:${POSTGRES_VERSION:-16.4}" + image: "postgres:${POSTGRES_VERSION:-17.0}" volumes: - "./data/postgres/init.sh:/tmp/scripts/init.sh" - "${POSTGRES_DATA:-./data/postgres/data}:/tmp/data" @@ -1094,7 +1094,7 @@ services: retries: 3 test: [CMD-SHELL, pg_isready] timeout: 5s - image: "postgres:${POSTGRES_VERSION:-16.4}" + image: "postgres:${POSTGRES_VERSION:-17.0}" ports: - "5432:5432" prefect: