From 1f11caa41349f94828b00e2399c32b6731e20d12 Mon Sep 17 00:00:00 2001 From: Renovate bot <renovate@gnous.eu> Date: Wed, 26 Feb 2025 12:32:54 +0000 Subject: [PATCH] Update gitlab/gitlab-ce Docker tag to v17.9.1 --- compute-2-mep/gitlab/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-2-mep/gitlab/docker-compose.yaml b/compute-2-mep/gitlab/docker-compose.yaml index e4a9b5b..4ac71ea 100644 --- a/compute-2-mep/gitlab/docker-compose.yaml +++ b/compute-2-mep/gitlab/docker-compose.yaml @@ -12,7 +12,7 @@ volumes: services: gitlab: - image: gitlab/gitlab-ce:17.9.0-ce.0 + image: gitlab/gitlab-ce:17.9.1-ce.0 container_name: gitlab restart: always hostname: "gitlab.gnous.eu"