Update alpine Docker tag to v3.21
Some checks failed
/ test (pull_request) Failing after 8m8s

This commit is contained in:
Smeagol 2025-01-06 13:33:24 +00:00
parent 306385ce06
commit 67ca613c7f

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