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

This commit is contained in:
Smeagol 2025-01-06 08:33:25 +00:00
parent 306385ce06
commit c4a04c91a1

View file

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' . 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 RUN apk add --no-cache ca-certificates