From eb003b5e2fd7dcdc605621d42af858d1582f43c5 Mon Sep 17 00:00:00 2001 From: TJ Moore Date: Thu, 20 Aug 2026 14:23:41 -0400 Subject: [PATCH] Update OTeL collector contrib to 0.159.0 --- components/image-collector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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