Make defaultDockerImage to 19.03.8

This commit is contained in:
Rui Chen 2020-04-15 19:47:07 -04:00
parent 5714459c24
commit 79f15b4906
No known key found for this signature in database
GPG Key ID: 15A594F673F803E8
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 (