From 7902cd90a7f0b288f5e639990e36798ebb8905bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:34:07 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 2e0af5d..1abce82 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -38,7 +38,7 @@ jobs: test: services: postgres: - image: postgres:16 + image: postgres:17 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password