Browse Source

Bump alpine from 3.21.2 to 3.21.3 (#97)

dependabot[bot] 1 week ago
parent
commit
1586d14fb0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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