You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* version bump to 1.3.0
* split nuget versions, only bump Datadog.Trace.ClrProfiler.Managed
* consolidate <TargetFrameworks> in src folder
* list net45 first so it becomes the default in most IDEs
Copy file name to clipboardExpand all lines: reproductions/AutomapperTest/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
FROM mcr.microsoft.com/dotnet/core/runtime:2.1-stretch-slim AS base
2
-
ARG TRACER_VERSION=1.2.0
2
+
ARG TRACER_VERSION=1.3.0
3
3
RUN mkdir -p /opt/datadog
4
4
RUN mkdir -p /var/log/datadog
5
5
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v$TRACER_VERSION/datadog-dotnet-apm-$TRACER_VERSION.tar.gz | tar xzf - -C /opt/datadog
<Description>Automatic instrumentation library used by .NET Tracer for Datadog APM. Requires separate native library that implements the CLR Profiling API.</Description>
0 commit comments