From f05a383fd3ca3829cb05450e956a2eb4a8754744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:32:35 +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: