瀏覽代碼

Bump alpine from 3.10 to 3.14.0

Bumps alpine from 3.10 to 3.14.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 年之前
父節點
當前提交
5c80c11216
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.10 as build
+FROM alpine:3.14.0 as build
 
 RUN apk add --no-cache \
     cmake \
@@ -18,7 +18,7 @@ RUN mkdir build \
     && make
 
 
-FROM alpine:3.10 as service
+FROM alpine:3.14.0 as service
 
 RUN adduser -S milterfrom \
     && apk add libmilter