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 c1b87bc commit 3b5eea1Copy full SHA for 3b5eea1
Dockerfile-service
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build-env
+FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build-env
2
ARG GITVERSION
3
WORKDIR /app
4
@@ -24,7 +24,7 @@ RUN ls -lah out
24
RUN ls -lah out/Plugins
25
26
# Build runtime image
27
-FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
+FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble
28
29
COPY --from=build-env /app/out .
30
0 commit comments