Skip to content

Commit 972fcb8

Browse files
committed
Bump repo2docker to 2022.10.0
1 parent f956dde commit 972fcb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binderhub/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def _default_build_namespace(self):
514514
return os.environ.get("BUILD_NAMESPACE", "default")
515515

516516
build_image = Unicode(
517-
"quay.io/jupyterhub/repo2docker:2022.02.0",
517+
"quay.io/jupyterhub/repo2docker:2022.10.0",
518518
help="""
519519
The repo2docker image to be used for doing builds
520520
""",

binderhub/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _default_namespace(self):
229229
return os.getenv("BUILD_NAMESPACE", "default")
230230

231231
build_image = Unicode(
232-
"quay.io/jupyterhub/repo2docker:2022.02.0",
232+
"quay.io/jupyterhub/repo2docker:2022.10.0",
233233
help="Docker image containing repo2docker that is used to spawn the build pods.",
234234
config=True,
235235
)

0 commit comments

Comments
 (0)