From ea0314af7e332804716bbe2f5f9708c14d50fa5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:09:09 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.1 (#276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 198b91c..2db1387 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.0 + image: postgres:16.1 ports: - 5432:5432 env: