From 5873179645d0b1768615585eee1191461ed77fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 01:53:07 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v11.20 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7bf1b..071c9d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ test: tags: - docker services: - - postgres:11.4-alpine + - postgres:11.20-alpine - redis:6.0.1-alpine cache: *cache_dependencies variables: