Skip to content

Commit

Permalink
Merge pull request #1265 from jtpio/2021-01-0
Browse files Browse the repository at this point in the history
Update the build image to jupyter/repo2docker:2021.01.0
  • Loading branch information
betatim authored Feb 16, 2021
2 parents 370834e + 9fb668d commit e3627e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _add_slash(self, proposal):
)

build_image = Unicode(
'jupyter/repo2docker:0.10.0',
'jupyter/repo2docker:2021.01.0',
help="""
The repo2docker image to be used for doing builds
""",
Expand Down

0 comments on commit e3627e5

Please sign in to comment.