diff --git a/Dockerfile.jupyterlab-base b/Dockerfile.jupyterlab-base index ede6df039..5fe6b554f 100644 --- a/Dockerfile.jupyterlab-base +++ b/Dockerfile.jupyterlab-base @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bookworm AS base-image +FROM python:3.13.1-slim-bookworm AS base-image USER root SHELL ["/bin/bash", "-lc"]