Skip to content

Commit 6d03859

Browse files
committed
use 10.0-noble ig
1 parent 603dec1 commit 6d03859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
22
WORKDIR /src
33
COPY --link Desktop/*.csproj Desktop/
44
COPY --link ModuleBase/*.csproj ModuleBase/
@@ -8,7 +8,7 @@ RUN dotnet restore Desktop/Desktop.csproj /p:Configuration=Release-Web
88
COPY . .
99
RUN dotnet publish Desktop/Desktop.csproj -c Release-Web -o /publish/Web-Linux
1010

11-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim AS runtime
11+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble AS runtime
1212
WORKDIR /app
1313
LABEL org.opencontainers.image.authors="team@openshock.org"
1414

0 commit comments

Comments
 (0)