1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Update Ubuntu base image from 12.04 to 16.04

This commit is contained in:
Hongli Lai (Phusion)
2016-07-08 20:38:58 +02:00
parent bb6dd8b3c9
commit 5be0a90ce5

View File

@@ -143,7 +143,7 @@
<!-- INTRO INFORMATIO--> <!-- INTRO INFORMATIO-->
<div class="col-lg-6 col-lg-offset-3"> <div class="col-lg-6 col-lg-offset-3">
<p>You learned about <a href="http://www.docker.io">Docker</a>. It's awesome and you're excited. You go and create a Dockerfile:</p> <p>You learned about <a href="http://www.docker.io">Docker</a>. It's awesome and you're excited. You go and create a Dockerfile:</p>
<pre>FROM ubuntu:12.04 <pre>FROM ubuntu:16.04
RUN apt-get install all_my_dependencies RUN apt-get install all_my_dependencies
ADD my_app_files /my_app ADD my_app_files /my_app