From c27281dfe9a40c13d3a39846df1b87dae2af44ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 21:00:08 +0000 Subject: [PATCH] chore(deps): 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 23d6dead8a..38ff3ea405 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.5 # 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 3cceb7fbb7..fa85935cf5 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.5 healthcheck: test: ["CMD", "pg_isready"] interval: 3s