Move to .Net Core 3.1

This commit is contained in:
Bond_009
2019-12-06 21:28:47 +01:00
parent 6f283d80dc
commit c8f403238e
7 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
ARG DOTNET_VERSION=3.0
ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder