From 7cfde9bd46feccc70c874bcd74b648236d2039fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:50:14 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16 --- .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 e70a44c..b315afb 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 services: db: - image: postgres:15 + image: postgres:16 ports: ['5432:5432'] env: POSTGRES_PASSWORD: postgres