Skip to content

Commit

Permalink
chore: bump dotnet/sdk from 5.0 to 7.0 in /examples/msal-net/akvdotnet (
Browse files Browse the repository at this point in the history
#891)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anish Ramasekar <[email protected]>
  • Loading branch information
dependabot[bot] and aramase committed May 16, 2023
1 parent 2df4a32 commit 5abaeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/msal-net/akvdotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:5.0 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:7.0 AS builder
WORKDIR /app
ADD . .
RUN dotnet build akvdotnet.csproj && dotnet publish -c release
Expand Down

0 comments on commit 5abaeea

Please sign in to comment.