From d5cfecd3c195eef844eec7d0fffb5a2cbea88ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:11:59 +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 fd45596b..f48efe95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres