From 43791943e5fa56103d4ee1b8af184e407561eeba Mon Sep 17 00:00:00 2001 From: Arnold Hendriks Date: Fri, 27 Apr 2018 20:36:13 +0200 Subject: [PATCH] Update the baseimage to use, see https://hub.docker.com/r/library/ubuntu/tags/ Taking the bionic tag because so far the 'latest' and 18.04 tags haven't been updated yet --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index f72dde3..dfb2ba4 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:bionic-20180426 MAINTAINER Phusion COPY . /bd_build