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