浏览代码

Change base image eoan to rolling, that is probably always newest Ubuntu
rolling version.

Thanks to xet7 !

Lauri Ojansivu 5 年之前
父节点
当前提交
c66cc3d4da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM ubuntu:eoan
+FROM ubuntu:rolling
 LABEL maintainer="wekan"
 
 # Set the environment variables (defaults where required)