Bump test engine version

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-02-08 18:08:12 -08:00
parent 6114024aa3
commit 9ac3666c27
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ def images = [:]
// Note: Swarm in dind seem notoriously flimsy with 1.12.1+, which is why we're // Note: Swarm in dind seem notoriously flimsy with 1.12.1+, which is why we're
// sticking with 1.12.0 for the 1.12 series // sticking with 1.12.0 for the 1.12 series
def dockerVersions = ["1.12.0", "1.13.0"] def dockerVersions = ["1.12.0", "1.13.1"]
def buildImage = { name, buildargs, pyTag -> def buildImage = { name, buildargs, pyTag ->
img = docker.image(name) img = docker.image(name)