We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d083c + fe1be7b commit 73506c4Copy full SHA for 73506c4
Dockerfile
@@ -12,7 +12,7 @@ COPY . ./
12
RUN dotnet publish -c Release -o out TaskManagementService/TaskManagementService.csproj
13
14
# Build runtime image
15
-FROM mcr.microsoft.com/dotnet/aspnet:10.0.4
+FROM mcr.microsoft.com/dotnet/aspnet:10.0.5
16
WORKDIR /app
17
COPY --from=build-env /app/out .
18
ENTRYPOINT ["dotnet", "TIKSN.Lionize.TaskManagementService.dll"]
0 commit comments