From 4a27dddc72d46d8d6507877fdfc38ef2ad0ac6ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:27:14 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/ci.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aeea6f..f546ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: services: postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_PASSWORD: postgres options: >- diff --git a/compose.yaml b/compose.yaml index efa354b..0c5c5cd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: redis: condition: service_started db: - image: postgres:16 + image: postgres:17 ports: - "5432:5432" environment: