Update alpine Docker tag to v3.20
All checks were successful
/ test (pull_request) Successful in 2m10s

This commit is contained in:
Smeagol 2024-05-22 18:32:02 +00:00
parent 0665caf9a6
commit dd21695fc1

View file

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