Skip to content

Commit 71c40e8

Browse files
committed
Bump to Collector 0.117.0
1 parent c2cb0c0 commit 71c40e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otel-collector-windows-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG WIN_BASE_IMAGE=mcr.microsoft.com/windows/servercore:ltsc2019
44

55
FROM --platform=$BUILDPLATFORM curlimages/curl AS build
66
WORKDIR /src
7-
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.116.0/otelcol-contrib_0.116.0_windows_amd64.tar.gz
7+
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.117.0/otelcol-contrib_0.117.0_windows_amd64.tar.gz
88
RUN tar -xzvf otelcol.tar.gz
99

1010
##

0 commit comments

Comments
 (0)