Browse Source

Bump alpine from 3.14.2 to 3.14.3

Bumps alpine from 3.14.2 to 3.14.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
efce0b0626
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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