From 9b871fe51c5cef233e65966c8d6b55ceb7c28bbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:06:48 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16 --- .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 c5514c6..198b91c 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,7 +14,7 @@ jobs: RAILS_DATABASE_PASSWORD: postgres services: postgres: - image: postgres:15.4 + image: postgres:16.0 ports: - 5432:5432 env: