diff --git a/components/image-collector/Dockerfile b/components/image-collector/Dockerfile index 4991c81928..6d3660a955 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.158.0 AS collector +FROM otel/opentelemetry-collector-contrib:0.159.0 AS collector # Aggregate the collector licenses from binary # and from root of the PGO repo