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 @@ -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 """ ,
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments