Skip to content

Commit f0849e4

Browse files
Update dotnet monorepo to v9
1 parent 917bb28 commit f0849e4

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:9.0@sha256:c46f97c9fa69893c723ad0c74e138ad6481dbb6644638b837b59e46160579aaf 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:9.0@sha256:3dc539cf8627fc9257bd005298e44e733fe34622c106948290432962ae88ebb7 AS build
88
ARG BUILD_CONFIGURATION=Release
99
WORKDIR /src
1010
COPY ["Dfsseta.ApplyForLanding/Dfsseta.ApplyForLanding.csproj", "Dfsseta.ApplyForLanding/"]

0 commit comments

Comments
 (0)