From 531c468f661eb4dfbe49e80bd40ea304db314b4d Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 9 Jan 2019 21:41:37 +0000 Subject: Updating Ubuntu Version --- {{cookiecutter.project_name}}/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/docker/Dockerfile b/{{cookiecutter.project_name}}/docker/Dockerfile index b7750dc..605a83f 100644 --- a/{{cookiecutter.project_name}}/docker/Dockerfile +++ b/{{cookiecutter.project_name}}/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:18.04 # Set a term for terminal inside the container, can't clear without it ENV TERM screen-256color -- cgit v1.2.3