From 5be0a90ce58f1a80529758a01cc3a69715e25154 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 8 Jul 2016 20:38:58 +0200 Subject: [PATCH] Update Ubuntu base image from 12.04 to 16.04 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 74b95e3..f2bc9dc 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@

You learned about Docker. It's awesome and you're excited. You go and create a Dockerfile:

-
FROM ubuntu:12.04
+          
FROM ubuntu:16.04
 
 RUN apt-get install all_my_dependencies
 ADD my_app_files /my_app