Skip to content

Commit e3627e5

Browse files
authored
Merge pull request #1265 from jtpio/2021-01-0
Update the build image to jupyter/repo2docker:2021.01.0
2 parents 370834e + 9fb668d commit e3627e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def _add_slash(self, proposal):
411411
)
412412

413413
build_image = Unicode(
414-
'jupyter/repo2docker:0.10.0',
414+
'jupyter/repo2docker:2021.01.0',
415415
help="""
416416
The repo2docker image to be used for doing builds
417417
""",

0 commit comments

Comments
 (0)