Browse Source

Update to .NETCore 3.0

Andrew Rabert 6 years ago
parent
commit
aa25dd1a0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.arm

+ 1 - 1
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