diff --git a/jupyter-account/Dockerfile b/jupyter-account/Dockerfile index c093b07c..0c994557 100644 --- a/jupyter-account/Dockerfile +++ b/jupyter-account/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Use ubuntu for our image -FROM ubuntu:latest +FROM ubuntu:24.10 # User USER root