diff --git a/reana_workflow_controller/config.py b/reana_workflow_controller/config.py index afc83d20..060ec3a2 100644 --- a/reana_workflow_controller/config.py +++ b/reana_workflow_controller/config.py @@ -155,7 +155,7 @@ def _env_vars_dict_to_k8s_list(env_vars): """Common to all workflow engines environment variables for debug mode.""" JUPYTER_INTERACTIVE_SESSION_DEFAULT_IMAGE = ( - "docker.io/jupyter/scipy-notebook:notebook-6.4.5" + "quay.io/jupyter/scipy-notebook:notebook-7.2.2" ) """Default image for Jupyter based interactive session deployments."""