Skip to content

Commit

Permalink
Bump dotnet/nightly/sdk in /app
Browse files Browse the repository at this point in the history
Bumps dotnet/nightly/sdk from 9.0.100-noble-aot to 9.0.101-noble-aot.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent fa5c586 commit 124512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
# https://mcr.microsoft.com/product/dotnet/nightly/sdk
# https://mcr.microsoft.com/v2/dotnet/nightly/sdk/tags/list
FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0.100-noble-aot AS builder
FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0.101-noble-aot AS builder
WORKDIR /app
COPY my-sample-app.csproj .
RUN dotnet restore my-sample-app.csproj \
Expand Down

0 comments on commit 124512f

Please sign in to comment.