Skip to content

Commit

Permalink
Bump dotnet/nightly/runtime-deps in /app
Browse files Browse the repository at this point in the history
Bumps dotnet/nightly/runtime-deps from 8.0.5-noble-chiseled-aot to 8.0.6-noble-chiseled-aot.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent a959217 commit 881d4aa
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 @@ -17,7 +17,7 @@ RUN dotnet publish my-sample-app.csproj \

# https://mcr.microsoft.com/product/dotnet/runtime-deps
# https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list
FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.5-noble-chiseled-aot
FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.6-noble-chiseled-aot
WORKDIR /app
COPY --from=builder /my-sample-app .
EXPOSE 8080
Expand Down

0 comments on commit 881d4aa

Please sign in to comment.