Skip to content
Snippets Groups Projects
Commit 95b8fc91 authored by remi-filament's avatar remi-filament
Browse files

Update docker version

parent ac9556a2
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ image: docker:latest
docker-build-master:
# Official docker image.
image: docker:latest
image: docker:19.03.12
stage: build
services:
- docker:dind
- docker:19.03.12-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment