Skip to content

Commit

Permalink
Merge pull request #37 from ZedThree/pin-ubuntu-20.04
Browse files Browse the repository at this point in the history
Pin container base to ubuntu:20.04 to ensure packages are available
  • Loading branch information
ZedThree authored Apr 26, 2022
2 parents 7baa4b3 + 46adfe8 commit 1cf54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:20.04

COPY requirements.txt /requirements.txt

Expand Down

0 comments on commit 1cf54e5

Please sign in to comment.