Update Docker to Ubuntu 19.04

This commit is contained in:
Alexandre Alapetite
2019-06-21 18:44:20 +02:00
parent 2decc82c3e
commit e2cf756d2f

View File

@@ -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