Explorar el Código

Update to .NETCore 3.0

Andrew Rabert hace 6 años
padre
commit
aa25dd1a0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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