From cde7ee467ad24fee143bd91d57ba4ffa6e964077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:13:45 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/backend-ci.yml | 2 +- backend/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 32382138..02a7d50f 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:13 + image: postgres:17 env: POSTGRES_PASSWORD: password POSTGRES_USER: ictsc diff --git a/backend/compose.yaml b/backend/compose.yaml index f2d5447c..bb3c6c60 100644 --- a/backend/compose.yaml +++ b/backend/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:13 + image: postgres:17 restart: always ports: - ":5432"