diff --git a/binder/Dockerfile b/binder/Dockerfile index 2d5c30a9a92e0..d6e91be2a438e 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM python:3.10-slim +FROM python:3.10-slim-bookworm # install the notebook package RUN pip install --no-cache notebook jupyterlab