Update alpine Docker tag to v3.19 #3

Merged
jahanson merged 1 commit from renovate/alpine-3.x into main 2024-04-02 15:15:42 -05:00

View file

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
FROM alpine:3.18
FROM alpine:3.19
RUN apk add --no-cache ca-certificates