Skip to content

Commit

Permalink
chore: bump dotnet/sdk in /examples/azure-identity/dotnet
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 6.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] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 44fe7bd commit 0fd93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/azure-identity/dotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:6.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 0fd93f1

Please sign in to comment.