diff --git a/components/image-collector/Dockerfile b/components/image-collector/Dockerfile index 08d5f1108..1daf01c14 100644 --- a/components/image-collector/Dockerfile +++ b/components/image-collector/Dockerfile @@ -4,7 +4,7 @@ # Rather than build the binary, retrieve the already-built binary from # the OpenTelemetry image -FROM otel/opentelemetry-collector-contrib:0.144.0 AS collector +FROM otel/opentelemetry-collector-contrib:0.147.0 AS collector # Aggregate the collector licenses from binary # and from root of the PGO repo