aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-10-19 19:36:56 -0400
committerAndrew Rabert <ar@nullsum.net>2019-10-19 19:36:56 -0400
commit64eca9e1c74c3a22008d06569c992ef0ec428e9c (patch)
tree4a9d418133fd67797c81baf1fe956fbce963a435 /Dockerfile.arm
parentcd3c14961f9acfce29bdff14da9fcbc063a40257 (diff)
Update Docker containers to dotnet 3.0
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 7999621ba..92af22530 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -17,8 +17,6 @@ FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} as builder
WORKDIR /repo
COPY . .
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
-# TODO Remove or update the sed line when we update dotnet version.
-RUN find . -type f -exec sed -i 's/netcoreapp2.1/netcoreapp3.0/g' {} \;
# Discard objs - may cause failures if exists
RUN find . -type d -name obj | xargs -r rm -r
# Build