Update alpine Docker tag to v3.19

This commit is contained in:
Smeagol 2024-04-02 20:01:41 +00:00
parent 48d9a10b35
commit e50b456e8a

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