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 38fe398 commit 0be550dCopy full SHA for 0be550d
Jenkinsfile
@@ -25,7 +25,7 @@ def buildImages = { ->
25
imageNamePy3 = "${imageNameBase}:py3-${gitCommit()}"
26
27
buildImage(imageNamePy2, "-f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .", "py2.7")
28
- buildImage(imageNamePy3, "-f tests/Dockerfile --build-arg PYTHON_VERSION=3.6 .", "py3.6")
+ buildImage(imageNamePy3, "-f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .", "py3.7")
29
}
30
31
0 commit comments