Browse Source

chore(deps): update docker.io/gitlab/gitlab-ce docker tag to v18.4.2

renovate[bot] 6 months ago
parent
commit
0b01e9b1f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/compose/gitlab/compose.yaml.j2

+ 1 - 1
library/compose/gitlab/compose.yaml.j2

@@ -1,6 +1,6 @@
 services:
 services:
   {{ service_name }}:
   {{ service_name }}:
-    image: docker.io/gitlab/gitlab-ce:18.3.1-ce.0
+    image: docker.io/gitlab/gitlab-ce:18.4.2-ce.0
     container_name: {{ container_name }}
     container_name: {{ container_name }}
     shm_size: '256m'
     shm_size: '256m'
 {% if traefik_enabled %}
 {% if traefik_enabled %}