Skip to content

Commit b27ab82

Browse files
authored
repo2docker 2022.02.0
1 parent 550118e commit b27ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def _default_build_namespace(self):
483483
return os.environ.get('BUILD_NAMESPACE', 'default')
484484

485485
build_image = Unicode(
486-
'quay.io/jupyterhub/repo2docker:2021.08.0',
486+
'quay.io/jupyterhub/repo2docker:2022.02.0',
487487
help="""
488488
The repo2docker image to be used for doing builds
489489
""",

0 commit comments

Comments
 (0)