From 417b05955d19668832c9c9507e37883bf0fbf9ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:28:55 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 4f3a3ae..baf03ee 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,7 +14,7 @@ jobs: RAILS_DATABASE_PASSWORD: postgres services: postgres: - image: postgres:16.1 + image: postgres:17.0 ports: - 5432:5432 env: