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

This commit is contained in:
Smeagol 2025-01-07 03:07:53 +00:00
parent 306385ce06
commit 49de96a38d

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