Skip to content

Commit

Permalink
Bump dotnet/sdk in /samples/managed-identity
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 7.0-cbl-mariner2.0 to 8.0.101-cbl-mariner2.0.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent caadcaf commit 382a46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/managed-identity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0-cbl-mariner2.0@sha256:9e054d0663d07e09127d114f753c1068d0bf681eab188352d06f111ce68f050f AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.101-cbl-mariner2.0@sha256:e14034d5ba09b02204d56e809343586475433fd021938488088ccc5cae9d3cd2 AS build
ARG TARGETARCH
WORKDIR /src
COPY "mi-webapp.csproj" .
Expand Down

0 comments on commit 382a46a

Please sign in to comment.