Skip to content

Commit

Permalink
version update (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt authored Mar 23, 2023
1 parent a728a64 commit 6acd329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cartservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=builder /cartservice .
COPY --from=builder /app/start .

# Add the SFx.NET Instrumentation
ARG TRACER_VERSION=1.0.0
ARG TRACER_VERSION=1.0.1
ADD https://github.com/signalfx/signalfx-dotnet-tracing/releases/download/v${TRACER_VERSION}/signalfx-dotnet-tracing_${TRACER_VERSION}_amd64.deb ./

RUN mkdir -p /var/log/signalfx
Expand Down

0 comments on commit 6acd329

Please sign in to comment.