diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-09 21:41:37 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-09 21:41:37 +0000 |
commit | 531c468f661eb4dfbe49e80bd40ea304db314b4d (patch) | |
tree | 4c8a572d1a3fafe9b6dd821b457e3d20faa3ea7f /{{cookiecutter.project_name}} | |
parent | 3975747586411d263243724e7e82ee8056a3ec45 (diff) |
Updating Ubuntu Version
Diffstat (limited to '{{cookiecutter.project_name}}')
-rw-r--r-- | {{cookiecutter.project_name}}/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |