Update alpine Docker tag to v3.21 #40

Open
smeagol-help wants to merge 1 commit from renovate/alpine-3.x into main

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