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

This commit is contained in:
Smeagol 2024-12-05 22:31:04 +00:00
parent 6ce1155b3c
commit 78e5af8a9a

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