From 49cd464e826d1d142439fd593e913131fc326c47 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Tue, 16 Apr 2024 21:44:08 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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