ソースを参照

Update Docker to Ubuntu 19.04

Alexandre Alapetite 6 年 前
コミット
e2cf756d2f
1 ファイル変更1 行追加1 行削除
  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