From 3fe65d85f7bb360657d7d1da1f61afc8379797e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:10:19 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.1 --- .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 16f70fa..663d7bf 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:16.0 + image: postgres:16.1 ports: - 5432:5432 env: