From 0c6749f62bf5bd25da92d08a084823bdf6449573 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 18 May 2019 20:19:34 +0700 Subject: [PATCH] Update Dockerfile to Ubuntu 18.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96f84c4b..4b176018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile for GNS3 server development -FROM ubuntu:16.04 +FROM ubuntu:18.04 ENV DEBIAN_FRONTEND noninteractive