From 9a915e68fcb2036f288b5f25e3e647d76c17b04a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 02:04:56 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v15 --- .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 17eff75..b7c657b 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,7 +14,7 @@ jobs: RAILS_DATABASE_PASSWORD: postgres services: postgres: - image: postgres:14.5 + image: postgres:15.0 ports: - 5432:5432 env: