diff --git a/Dockerfile b/Dockerfile index 6c4fb5f..98649ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -o ca-controller-for-strimzi # final image -FROM alpine:3.21.0 +FROM alpine:3.21.1 RUN apk add --no-cache ca-certificates COPY --from=builder /build/ca-controller-for-strimzi .