Skip to content

Commit 0be550d

Browse files
thaJeztahchris-crone
authored andcommitted
Jenkinsfile: update python 3.6 -> 3.7
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 38fe398 commit 0be550d

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
@@ -25,7 +25,7 @@ def buildImages = { ->
2525
imageNamePy3 = "${imageNameBase}:py3-${gitCommit()}"
2626

2727
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")
28+
buildImage(imageNamePy3, "-f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .", "py3.7")
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)