Olivier Massot 7 달 전
부모
커밋
68b4a78343
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -24,7 +24,7 @@ cache:
 
 build_image:
   stage: build
-  image: docker:latest
+  image: docker:28.1
   services:
     - docker:dind
   variables: