From 935822a5aef30e5a2fb32352e6706730c0a9d3cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:00:09 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- .github/workflows/ci.yml | 2 +- docker-compose.services.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628548d0bf..6cc98dd0c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: # Label used to access the service container db: # Docker Hub image - image: postgres:12.22 + image: postgres:17.3 # Set health checks to wait until postgres has started options: >- --health-cmd pg_isready diff --git a/docker-compose.services.yml b/docker-compose.services.yml index 57d355265b..19226928f4 100644 --- a/docker-compose.services.yml +++ b/docker-compose.services.yml @@ -5,7 +5,7 @@ services: db: profiles: - backend - image: postgres:12.22 + image: postgres:17.3 healthcheck: test: ["CMD", "pg_isready"] interval: 3s