From 5268d0e7a06aae3f8f6aa0711daccf5148e5c791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:32:44 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v11.22 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7bf1b..4937cbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ test: tags: - docker services: - - postgres:11.4-alpine + - postgres:11.22-alpine - redis:6.0.1-alpine cache: *cache_dependencies variables: