Skip to content

Commit fc3920d

Browse files
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v10
1 parent 2600193 commit fc3920d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

@@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010
RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages \
1111
dotnet publish "rolldice.csproj" --arch "${TARGETARCH}" --configuration "${CONFIGURATION}" --output /app /p:UseAppHost=false
1212

13-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS final
13+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS final
1414
WORKDIR /app
1515
EXPOSE 8083
1616

0 commit comments

Comments
 (0)