1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-18 21:31:39 +08:00

Use 1.12.3 dind image

This commit is contained in:
Marcos Lilljedahl 2016-11-14 00:55:02 -03:00
parent 2450d53eeb
commit bea093e67a

View File

@ -29,7 +29,7 @@ func init() {
func getDindImageName() string { func getDindImageName() string {
dindImage := os.Getenv("DIND_IMAGE") dindImage := os.Getenv("DIND_IMAGE")
defaultDindImageName = "docker:1.12.2-rc2-dind" defaultDindImageName = "docker:1.12.3-dind"
if len(dindImage) == 0 { if len(dindImage) == 0 {
dindImage = defaultDindImageName dindImage = defaultDindImageName
} }