From 0a801beaac03dad450d0928b0373d8817796d114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:32:30 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/build-and-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-analyze.yml b/.github/workflows/build-and-analyze.yml index 49dc6ded..d0e9adb1 100644 --- a/.github/workflows/build-and-analyze.yml +++ b/.github/workflows/build-and-analyze.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:16 + image: postgres:17 env: PGHOST: localhost POSTGRES_USER: platform_storage_admin