Skip to content

Commit

Permalink
Bump Windows image Dockerfile to 0.83.0 (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Oct 4, 2023
1 parent 8505fc3 commit 9d3ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel-agent/otel-collector-windows-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG WIN_BASE_IMAGE

FROM --platform=$BUILDPLATFORM curlimages/curl AS build
WORKDIR /src
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.81.0/otelcol-contrib_0.81.0_windows_amd64.tar.gz
RUN curl -Lo otelcol.tar.gz https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.83.0/otelcol-contrib_0.83.0_windows_amd64.tar.gz
RUN tar -xzvf otelcol.tar.gz

##
Expand Down

0 comments on commit 9d3ab2c

Please sign in to comment.