We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7532533 commit 4e55628Copy full SHA for 4e55628
Jenkinsfile
@@ -7,7 +7,7 @@ def images = [:]
7
8
// Note: Swarm in dind seem notoriously flimsy with 1.12.1+, which is why we're
9
// sticking with 1.12.0 for the 1.12 series
10
-def dockerVersions = ["1.12.0", "1.13.0"]
+def dockerVersions = ["1.12.0", "1.13.1"]
11
12
def buildImage = { name, buildargs, pyTag ->
13
img = docker.image(name)
0 commit comments