diff options
-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 |