Skip to content

Commit 5e5a7a7

Browse files
authored
Merge pull request #1863 from yuvipanda/repo2docker-bump
Bump version of repo2docker being used
2 parents 19b6aca + 1b4cfae commit 5e5a7a7

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
@@ -557,7 +557,7 @@ def _default_build_namespace(self):
557557
return os.environ.get("BUILD_NAMESPACE", "default")
558558

559559
build_image = Unicode(
560-
"quay.io/jupyterhub/repo2docker:2023.06.0",
560+
"quay.io/jupyterhub/repo2docker:2024.07.0",
561561
help="""
562562
DEPRECATED: Use c.KubernetesBuildExecutor.build_image
563563

binderhub/build.py

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

290290
build_image = Unicode(
291-
"quay.io/jupyterhub/repo2docker:2023.06.0",
291+
"quay.io/jupyterhub/repo2docker:2024.07.0",
292292
help="Docker image containing repo2docker that is used to spawn the build pods.",
293293
config=True,
294294
)

0 commit comments

Comments
 (0)