From d697bda00646f439203bfe1f28822089938c36e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:47:40 +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 15ccf7cae..7628b2418 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: test: services: postgres: - image: postgres:16 + image: postgres:17 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password