Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Apr 17, 2024
1 parent b7e436e commit 49cd464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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="[email protected]"
Expand Down Expand Up @@ -52,4 +52,4 @@ RUN \
#Install packages required for base image
RUN \
which pip && \
pip install -r /tmp/requirements.txt
pip install -r /tmp/requirements.txt

0 comments on commit 49cd464

Please sign in to comment.