Skip to content

Commit 4e55628

Browse files
committed
Bump test engine version
Signed-off-by: Joffrey F <[email protected]>
1 parent 7532533 commit 4e55628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def images = [:]
77

88
// Note: Swarm in dind seem notoriously flimsy with 1.12.1+, which is why we're
99
// sticking with 1.12.0 for the 1.12 series
10-
def dockerVersions = ["1.12.0", "1.13.0"]
10+
def dockerVersions = ["1.12.0", "1.13.1"]
1111

1212
def buildImage = { name, buildargs, pyTag ->
1313
img = docker.image(name)

0 commit comments

Comments
 (0)