diff --git a/base/Dockerfile b/base/Dockerfile index 19a71048..a4a125ff 100755 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG ROOT_CONTAINER=jupyter/base-notebook:ubuntu-22.04@sha256:0ec801994602a53d3917d0f07ccf4474a1ddf5ae419483b24681a3c42abc4ce5 +ARG ROOT_CONTAINER=quay.io/jupyter/base-notebook:ubuntu-24.04@sha256:d2c97fbc9982a85b8848c5dd115120ce6bb0b3b67ece3aa4fc4dca3e80f7f0e5 ARG BASE_CONTAINER=$ROOT_CONTAINER FROM $BASE_CONTAINER diff --git a/base/apt.txt b/base/apt.txt index 36beaf27..597959dc 100644 --- a/base/apt.txt +++ b/base/apt.txt @@ -1,2 +1,3 @@ -libgl1-mesa-glx +libgl1 +libglx-mesa0 patch