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
Bumps dotnet/sdk from 5.0 to 7.0.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2023
1 parent c212bb6 commit 8286c89
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 8286c89

Please sign in to comment.