From 2c62d75f1bf39d30ebd9f60cc27f683b9f171566 Mon Sep 17 00:00:00 2001 From: yuiseki Date: Sun, 16 Jan 2022 20:10:12 +0900 Subject: [PATCH] Update Dockerfile to ubuntu:latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1df89e5f1..ff5de0ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from ubuntu -FROM ubuntu:16.04 +FROM ubuntu:latest # Update repos and install dependencies RUN apt-get update \