Replaced "docker.io/docker:stable" with "docker.io/docker:latest"

This commit is contained in:
Héctor Molinero Fernández
2021-10-31 14:23:30 +01:00
parent badfc940f5
commit fc5f885b45

View File

@@ -10,7 +10,7 @@ variables:
DOCKER_DRIVER: 'overlay2'
default:
image: 'docker.io/docker:stable'
image: 'docker.io/docker:latest'
services:
- name: 'docker.io/docker:dind'
alias: 'dockerd'