Update Dockerfile to ubuntu:latest

This commit is contained in:
yuiseki 2022-01-16 20:10:12 +09:00
parent 18e53cd7fb
commit 2c62d75f1b

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 \