From 328bf91bcbd4ed038a3d4d7bbf93ec2ab61bc78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:59:21 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 0f5d804..5f41ec0 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 services: db: - image: postgres:16 + image: postgres:17 ports: ['5432:5432'] env: POSTGRES_PASSWORD: postgres