From 08d72fb463b01b3c3aeca581891c7cf44fc24f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:13:45 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d8b9a9..881edc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: services: postgres: - image: postgres:10 + image: postgres:17 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust'