From d90329c5a61aeb6e60fff6b7b284417e22e8ea60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:23:44 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v13.18 --- .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 862137a0..1906389a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.13 + image: postgres:13.18 env: POSTGRES_USER: postgres POSTGRES_DB: postgres