Skip to content

Commit feabc30

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 49f0712 commit feabc30

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 --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
22
ARG TARGETARCH
33
WORKDIR /source
44

@@ -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)