Skip to content
Snippets Groups Projects
Commit 4614b3a6 authored by bwalkow's avatar bwalkow
Browse files

Fix docker version

parent 8c46d109
Branches
No related tags found
No related merge requests found
Pipeline #21324 failed
......@@ -49,11 +49,11 @@ pages:
build_image:
stage: build
image: 'docker:18.09.7'
image: 'docker:23.0.3'
only:
- master
services:
- 'docker:18.09.7-dind'
- 'docker:23.0.3-dind'
before_script:
- until docker info; do sleep 1; done
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment