From: Disconnect3d Date: Sat, 7 Dec 2019 13:24:32 +0000 (+0100) Subject: Update Dockerfile to use ubuntu:18.04 image X-Git-Tag: 3.0~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eeab969f9d2dc0c91603c9c30902f03cf49c7c2;p=platform%2Fupstream%2Fnsjail.git Update Dockerfile to use ubuntu:18.04 image --- 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 \