Explorar o código

Merge pull request #2422 from Alkarex/docker_ubuntu_19.04

Update Docker to Ubuntu 19.04
Alexis Degrugillier %!s(int64=6) %!d(string=hai) anos
pai
achega
1a7a28e977
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Docker/Dockerfile

+ 1 - 1
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