From 47c5682c285b489e67ebd1345f02508de45f6ad2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:29:23 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- .github/workflows/ci.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d116368e..867e508aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ env: # renovate: datasource=npm depName=pnpm PNPM_VERSION: 9.11.0 # renovate: datasource=docker depName=postgres - POSTGRES_VERSION: 16 + POSTGRES_VERSION: 17 jobs: changed-files: diff --git a/docker-compose.yml b/docker-compose.yml index 5639022740..9424051fb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ x-backend: &backend services: postgres: - image: postgres:16@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c + image: postgres:17@sha256:173c699e0da844287d5ba4b99e02dfa51d8e89d341d519988d2aa9e9a4a4a3b1 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: password