Changes to upgrade this to Ubuntu-16.04

This commit is contained in:
Pierre Jacomet
2016-04-28 19:10:08 -07:00
parent 5f0849ba4b
commit e436d1c4af
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
NAME = phusion/baseimage NAME = phusion/baseimage
VERSION = 0.9.18 VERSION = 0.9.19
.PHONY: all build test tag_latest release ssh .PHONY: all build test tag_latest release ssh

View File

@@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Phusion <info@phusion.nl> MAINTAINER Phusion <info@phusion.nl>
ADD . /bd_build ADD . /bd_build