File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ def _default_build_namespace(self):
557
557
return os .environ .get ("BUILD_NAMESPACE" , "default" )
558
558
559
559
build_image = Unicode (
560
- "quay.io/jupyterhub/repo2docker:2023.06 .0" ,
560
+ "quay.io/jupyterhub/repo2docker:2024.07 .0" ,
561
561
help = """
562
562
DEPRECATED: Use c.KubernetesBuildExecutor.build_image
563
563
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ def _default_namespace(self):
288
288
return os .getenv ("BUILD_NAMESPACE" , "default" )
289
289
290
290
build_image = Unicode (
291
- "quay.io/jupyterhub/repo2docker:2023.06 .0" ,
291
+ "quay.io/jupyterhub/repo2docker:2024.07 .0" ,
292
292
help = "Docker image containing repo2docker that is used to spawn the build pods." ,
293
293
config = True ,
294
294
)
You can’t perform that action at this time.
0 commit comments