Skip to content

Commit

Permalink
Bump dotnet/nightly/sdk from 8.0.401-noble-aot to 9.0-noble-aot in /a…
Browse files Browse the repository at this point in the history
…pp (#147)

Bumps dotnet/nightly/sdk from 8.0.401-noble-aot to 9.0-noble-aot.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 92ca2f1 commit 7199a83
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
@@ -1,6 +1,6 @@
# https://mcr.microsoft.com/product/dotnet/sdk
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0.401-noble-aot AS builder
FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-noble-aot AS builder
WORKDIR /app
COPY my-sample-app.csproj .
RUN dotnet restore my-sample-app.csproj \
Expand Down

0 comments on commit 7199a83

Please sign in to comment.