Update src/licenseGen/Dockerfile

This commit is contained in:
h44z 2021-08-31 10:04:32 +02:00 committed by GitHub
parent 21c8d4907f
commit c425fe540a
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/sdk as build:5.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 as build
WORKDIR /licenseGen