Skip to content

Commit c273def

Browse files
Update dotnet monorepo to v10
1 parent 917bb28 commit c273def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dfsseta.ApplyForLanding/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:d9a0d4006dbbc14d877b00c5e7113b432bac6bca6d12816a6e8fd999bac72797 AS base
22
USER $APP_UID
33
WORKDIR /app
44
EXPOSE 8080
55
EXPOSE 8081
66

7-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
7+
FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:eee11b0bf11715710bbe8339b9641f0ef8b5d8a8e07f2d6ff3cd4361c1a4e5a7 AS build
88
ARG BUILD_CONFIGURATION=Release
99
WORKDIR /src
1010
COPY ["Dfsseta.ApplyForLanding/Dfsseta.ApplyForLanding.csproj", "Dfsseta.ApplyForLanding/"]

0 commit comments

Comments
 (0)