aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-06-22 00:04:26 +0200
committerGravatar GitHub <noreply@github.com> 2019-06-22 00:04:26 +0200
commit1a7a28e977a81249a7d8c4dd43ecbf98c262d2e1 (patch)
treef643a5eea377f5b808ed7cf90d5c8266948c3db3
parentf41e0880266206d88c3d6d3ea60ccb74df6f359e (diff)
parente2cf756d2f183f356482a1e0180b32573db472cd (diff)
Merge pull request #2422 from Alkarex/docker_ubuntu_19.04
Update Docker to Ubuntu 19.04
-rw-r--r--Docker/Dockerfile2
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