mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Update Ubuntu base image from 12.04 to 16.04
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
<!-- INTRO INFORMATIO-->
|
||||
<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>
|
||||
<pre>FROM ubuntu:12.04
|
||||
<pre>FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get install all_my_dependencies
|
||||
ADD my_app_files /my_app
|
||||
|
||||
Reference in New Issue
Block a user