diff --git a/Dockerfile b/Dockerfile index 9f7de8f..63feaa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 # Note that these labels need to be manually updated with the actual contents of the image LABEL maintainer="scanon@lbl.gov" @@ -52,4 +52,4 @@ RUN \ #Install packages required for base image RUN \ which pip && \ - pip install -r /tmp/requirements.txt \ No newline at end of file + pip install -r /tmp/requirements.txt