Update to .NETCore 3.0

This commit is contained in:
Andrew Rabert 2019-01-21 23:17:56 -05:00
parent 23c52c3fb9
commit aa25dd1a0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG DOTNET_VERSION=2.2
ARG DOTNET_VERSION=3.0
FROM microsoft/dotnet:${DOTNET_VERSION}-sdk-stretch-arm32v7 as builder