diff --git a/cmd/otel-allocator/Dockerfile b/cmd/otel-allocator/Dockerfile index 1a2b9b7a23..0d50a4f548 100644 --- a/cmd/otel-allocator/Dockerfile +++ b/cmd/otel-allocator/Dockerfile @@ -1,5 +1,5 @@ # Get CA certificates from the Alpine package repo -FROM alpine:3.18 as certificates +FROM alpine:3.19 as certificates RUN apk --no-cache add ca-certificates