Bump s2i builder images

pull/2/head
yuvipanda 2017-05-09 02:50:24 -07:00
rodzic d7c04ab58e
commit a052ac2d71
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,8 +22,8 @@ class BuildPack(LoggingConfigurable):
class PythonBuildPack(BuildPack):
runtime_builder_map = Dict({
'python-2.7': 'jupyterhub/singleuser-builder-venv-2.7:v0.1.2',
'python-3.5': 'jupyterhub/singleuser-builder-venv-3.5:v0.1.2',
'python-2.7': 'jupyterhub/singleuser-builder-venv-2.7:v0.1.3',
'python-3.5': 'jupyterhub/singleuser-builder-venv-3.5:v0.1.3',
})
runtime = Unicode(