소스 검색

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

renovate[bot] 3 달 전
부모
커밋
bf0aebb0e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/compose/gitlab/compose.yaml.j2

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

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