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 49f0712 commit 95dcadfCopy full SHA for 95dcadf
Dockerfile
@@ -27,7 +27,7 @@ COPY Directory.Build.props .
27
RUN dotnet publish --arch $TARGETARCH --no-restore ./src/LupusBytes.CS2.GameStateIntegration.Api/*.csproj -o /app
28
29
# Final stage/image
30
-FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled
+FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled
31
EXPOSE 8080
32
WORKDIR /app
33
COPY --from=build /app .
0 commit comments