浏览代码

Updated Docker base image to newer Ubuntu.

Thanks to xet7 !
Lauri Ojansivu 3 年之前
父节点
当前提交
442e6bf983
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,8 +1,8 @@
-FROM quay.io/wekan/ubuntu:groovy-20210115
+FROM quay.io/wekan/ubuntu:hirsute-20210825
 LABEL maintainer="wekan"
 
-# 2020-12-03:
-# - Above Ubuntu base image copied from Docker Hub ubuntu:groovy-20201125.2
+# 2021-09-18:
+# - Above Ubuntu base image copied from Docker Hub ubuntu:hirsute-20210825
 #   to Quay to avoid Docker Hub rate limits.
 
 # Set the environment variables (defaults where required)