Commit bed1b1e6 authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] feat: use specific docker version

parent 5edf8b62
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ stages:

build image:
  stage: "build"
  image: "docker"
  image: "docker:27.3.1"
  services:
    - name: "docker:dind"
      command: ["--tls=false"]