Update alpine Docker tag to v3.21
All checks were successful
/ test (pull_request) Successful in 14m53s

This commit is contained in:
Smeagol 2025-01-05 05:32:07 +00:00
parent 306385ce06
commit 9d319fc281

View file

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
FROM alpine:3.20
FROM alpine:3.21
RUN apk add --no-cache ca-certificates