We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603dec1 commit 6d03859Copy full SHA for 6d03859
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
2
WORKDIR /src
3
COPY --link Desktop/*.csproj Desktop/
4
COPY --link ModuleBase/*.csproj ModuleBase/
@@ -8,7 +8,7 @@ RUN dotnet restore Desktop/Desktop.csproj /p:Configuration=Release-Web
8
COPY . .
9
RUN dotnet publish Desktop/Desktop.csproj -c Release-Web -o /publish/Web-Linux
10
11
-FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim AS runtime
+FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble AS runtime
12
WORKDIR /app
13
LABEL org.opencontainers.image.authors="team@openshock.org"
14
0 commit comments