Fixed docker image typo #3

Merged
khwezi merged 1 commits from test into main 2026-03-03 14:44:39 +02:00
Showing only changes of commit 4a53a5ab2d - Show all commits

View File

@@ -1,5 +1,5 @@
#FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:80 AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
USER app
WORKDIR /app