Skip to content

Commit 3b5eea1

Browse files
committed
Upgrading to .NET 9
1 parent c1b87bc commit 3b5eea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-service

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:9.0-noble AS build-env
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build-env
22
ARG GITVERSION
33
WORKDIR /app
44
ARG GITVERSION
@@ -24,7 +24,7 @@ RUN ls -lah out
2424
RUN ls -lah out/Plugins
2525

2626
# Build runtime image
27-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
27+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble
2828
WORKDIR /app
2929
COPY --from=build-env /app/out .
3030

0 commit comments

Comments
 (0)