From 2da19a9d1f49afeea701233162828eefb56848ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:47:31 +0000 Subject: [PATCH] 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 d36563c29..08708b3bb 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -5,7 +5,7 @@ jobs: test: services: postgres: - image: postgres:16 + image: postgres:17 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password