Skip to content

Commit

Permalink
Merge pull request #35 from chenrui333/default-docker-image-to-19.03.8
Browse files Browse the repository at this point in the history
Make defaultDockerImage to 19.03.8
  • Loading branch information
summerwind authored Apr 16, 2020
2 parents 5714459 + 79f15b4 commit fd1b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit fd1b72e

Please sign in to comment.