Browse Source

Bump alpine from 3.16.3 to 3.17.0 (#32)

dependabot[bot] 1 year ago
parent
commit
af07a69a34
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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