From 7eeab969f9d2dc0c91603c9c30902f03cf49c7c2 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Sat, 7 Dec 2019 14:24:32 +0100 Subject: [PATCH] Update Dockerfile to use ubuntu:18.04 image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eed2d6..ce5c64f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get -y update && apt-get install -y \ autoconf \