Merge pull request #35 from chenrui333/default-docker-image-to-19.03.8

Make defaultDockerImage to 19.03.8
This commit is contained in:
Moto Ishizawa 2020-04-16 17:55:02 +09:00 committed by GitHub
commit fd1b72e4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import (
const (
defaultRunnerImage = "summerwind/actions-runner:v2.168.0"
defaultDockerImage = "docker:19.03.6-dind"
defaultDockerImage = "docker:19.03.8-dind"
)
var (