Skip to content

Commit 893aadb

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

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:7c4246c1c384319346d45b3e24a10a21d5b6fc9b36a04790e1588148ff8055b0 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:c7445f141c04f1a6b454181bd098dcfa606c61ba0bd213d0a702489e5bd4cd71 AS build
88
ARG BUILD_CONFIGURATION=Release
99
WORKDIR /src
1010
COPY ["Dfsseta.ApplyForLanding/Dfsseta.ApplyForLanding.csproj", "Dfsseta.ApplyForLanding/"]

0 commit comments

Comments
 (0)