Merge 9cf2ccbe7f31538442b46b93ca6c20a5541561ea into 2daf84a6c10d22fcd4151fa9fcff9bea5407293a

This commit is contained in:
David Revay 2024-03-01 11:52:37 -05:00 committed by GitHub
commit 41304d35fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Start from ubuntu
FROM ubuntu:16.04
FROM ubuntu:20.04
# Update repos and install dependencies
RUN apt-get update \