From c28a07248c3eacb033c5870f0ed2f6553c031556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:15:44 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d1999f..fd349fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - .ruby-version services: postgres: - image: postgres:17.0 + image: postgres:17.2 ports: - 5432:5432 env: