Skip to content

Commit 95dcadf

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v10
1 parent 49f0712 commit 95dcadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY Directory.Build.props .
2727
RUN dotnet publish --arch $TARGETARCH --no-restore ./src/LupusBytes.CS2.GameStateIntegration.Api/*.csproj -o /app
2828

2929
# Final stage/image
30-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled
30+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled
3131
EXPOSE 8080
3232
WORKDIR /app
3333
COPY --from=build /app .

0 commit comments

Comments
 (0)