浏览代码

Bump alpine from 3.10 to 3.12.1

Bumps alpine from 3.10 to 3.12.1.

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 年之前
父节点
当前提交
7d89d316a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.10
+FROM alpine:3.12.1
 
 RUN adduser -S postsrsd \
     && apk add --no-cache postsrsd \