From 0bb903fd645b4574f4ad0c088a112c9833b04904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:01:18 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v13.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88d03694..df5e2bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.14 + image: postgres:13.16 env: POSTGRES_USER: postgres POSTGRES_DB: postgres