From aa25dd1a0b5e2cf853e01e26d4c85041eb3db16f Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 21 Jan 2019 23:17:56 -0500 Subject: [PATCH] Update to .NETCore 3.0 --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index c1706fc74b..cf062f38af 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,4 +1,4 @@ -ARG DOTNET_VERSION=2.2 +ARG DOTNET_VERSION=3.0 FROM microsoft/dotnet:${DOTNET_VERSION}-sdk-stretch-arm32v7 as builder