Update venv image version again

Should move these out to config soon
pull/2/head
yuvipanda 2017-05-09 02:57:08 -07:00
rodzic 4856db7e79
commit e7d51c3fe9
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.3',
'python-3.5': 'jupyterhub/singleuser-builder-venv-3.5:v0.1.3',
'python-2.7': 'jupyterhub/singleuser-builder-venv-2.7:v0.1.4',
'python-3.5': 'jupyterhub/singleuser-builder-venv-3.5:v0.1.4',
})
runtime = Unicode(