diff options
| author | 2019-06-21 18:44:20 +0200 | |
|---|---|---|
| committer | 2019-06-21 18:44:20 +0200 | |
| commit | e2cf756d2f183f356482a1e0180b32573db472cd (patch) | |
| tree | c0d389fac67e569a3ab2126a260e7928ced78b7f /Docker | |
| parent | 2decc82c3eaeaf205295667e836087f309156822 (diff) | |
Update Docker to Ubuntu 19.04
Diffstat (limited to 'Docker')
| -rw-r--r-- | Docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 661543724..f773d30aa 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.10 +FROM ubuntu:19.04 ENV TZ UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone |
