Browse Source

Bump alpine from 3.17.3 to 3.18.0 (#41)

dependabot[bot] 10 months ago
parent
commit
da7bcc7a3a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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