Merge pull request 'Update alpine Docker tag to v3.21' (#37) from renovate/alpine-3.x into main
Some checks failed
/ test (push) Has been cancelled

Reviewed-on: #37
This commit is contained in:
Joseph Hanson 2025-01-04 22:18:05 -06:00
commit 94e11a2240

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