From 5cdbf03b3995d1456138f06278f512e47ecad193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:27:22 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.4 --- .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 1f8ef38..ba64d42 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:16.4 ports: - 5432:5432 env: