Fix warning in Dockerfile (#230)

This commit is contained in:
h44z
2025-05-17 16:22:29 +02:00
committed by GitHub
parent 0b33567820
commit 676dd7b85c

View File

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