Merge 2c62d75f1bf39d30ebd9f60cc27f683b9f171566 into 2daf84a6c10d22fcd4151fa9fcff9bea5407293a

This commit is contained in:
yuiseki 2024-03-09 21:44:56 -07:00 committed by GitHub
commit 90cb90bfb4
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:latest
# Update repos and install dependencies
RUN apt-get update \