From e2cf756d2f183f356482a1e0180b32573db472cd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 21 Jun 2019 18:44:20 +0200 Subject: Update Docker to Ubuntu 19.04 --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3