From e436d1c4af16a5e9590ae4e48e5105f1db787e7f Mon Sep 17 00:00:00 2001 From: Pierre Jacomet Date: Thu, 28 Apr 2016 19:10:08 -0700 Subject: [PATCH] Changes to upgrade this to Ubuntu-16.04 --- Makefile | 2 +- image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ddba3c..4a07334 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = phusion/baseimage -VERSION = 0.9.18 +VERSION = 0.9.19 .PHONY: all build test tag_latest release ssh diff --git a/image/Dockerfile b/image/Dockerfile index 0de204c..4f652fe 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Phusion ADD . /bd_build