diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index f903603e8..b3ab93119 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,7 +1,7 @@ # This Dockerfile variant is for usage with GoReleaser, which reuses the binaries # compiled in configured builds instead of re-compiling it in a container. -FROM alpine:3.23 as ca-certificates +FROM alpine:3.24 as ca-certificates RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates COPY exoscale-cloud-controller-manager /