We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917bb28 commit c273defCopy full SHA for c273def
src/Dfsseta.ApplyForLanding/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:d9a0d4006dbbc14d877b00c5e7113b432bac6bca6d12816a6e8fd999bac72797 AS base
2
USER $APP_UID
3
WORKDIR /app
4
EXPOSE 8080
5
EXPOSE 8081
6
7
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:eee11b0bf11715710bbe8339b9641f0ef8b5d8a8e07f2d6ff3cd4361c1a4e5a7 AS build
8
ARG BUILD_CONFIGURATION=Release
9
WORKDIR /src
10
COPY ["Dfsseta.ApplyForLanding/Dfsseta.ApplyForLanding.csproj", "Dfsseta.ApplyForLanding/"]
0 commit comments