Skip to content

Commit

Permalink
Bump dotnet/nightly/runtime-deps in /app (#145)
Browse files Browse the repository at this point in the history
Bumps dotnet/nightly/runtime-deps from 8.0.7-noble-chiseled-aot to 8.0.8-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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent f955a60 commit ac7d9ec
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.7-noble-chiseled-aot
FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.8-noble-chiseled-aot
WORKDIR /app
COPY --from=builder /my-sample-app .
EXPOSE 8080
Expand Down

0 comments on commit ac7d9ec

Please sign in to comment.