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 550118e commit b27ab82Copy full SHA for b27ab82
binderhub/app.py
@@ -483,7 +483,7 @@ def _default_build_namespace(self):
483
return os.environ.get('BUILD_NAMESPACE', 'default')
484
485
build_image = Unicode(
486
- 'quay.io/jupyterhub/repo2docker:2021.08.0',
+ 'quay.io/jupyterhub/repo2docker:2022.02.0',
487
help="""
488
The repo2docker image to be used for doing builds
489
""",
0 commit comments