Update Dockerfile

This commit is contained in:
clanto007 2021-08-28 12:07:12 +02:00 committed by GitHub
parent fc19c8810c
commit 83fac57265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build
FROM mcr.microsoft.com/dotnet/sdk as build
WORKDIR /licenseGen