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,4 +1,4 @@
ARG DOTNET_VERSION=3.0
ARG DOTNET_VERSION=3.1
ARG FFMPEG_VERSION=latest
FROM node:alpine as web-builder