From cc96eb1393e68c59e9628a3ea8281268950f1679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:02:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20postgre?= =?UTF-8?q?s=20Docker=20tag=20to=20v17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------- | ---- | -- | | docker | postgres | 14 | 17 | --- .github/workflows/dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index bbad0701..86923f77 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest services: postgresql: - image: postgres:14 + image: postgres:17 env: POSTGRES_DB: test-qualicharge-dashboard POSTGRES_USER: qualicharge