From d14aa365d98ac6c09bba97438029c3ef370f0bea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:22:29 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aab4c05..adeeb00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: --health-timeout 5s --health-retries 10 postgres13: - image: postgres:13 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -108,7 +108,7 @@ jobs: --health-timeout 5s --health-retries 5 postgres16: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres