Compare commits

..

1 commit

Author SHA1 Message Date
651993cb30 Update alpine Docker tag to v3.21
All checks were successful
/ test (pull_request) Successful in 12m36s
2025-01-07 20:33:23 +00:00

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