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

This commit is contained in:
Héctor Molinero Fernández 2021-10-31 12:03:27 +01:00
parent f67b19be3f
commit b99b5590fc

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'