Skip to content

Commit

Permalink
chore: bump dotnet/sdk from 6.0 to 7.0 in /examples/azure-identity/do…
Browse files Browse the repository at this point in the history
…tnet (#872)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 87c7560 commit 66144e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/azure-identity/dotnet/Dockerfile
@@ -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 66144e0

Please sign in to comment.