Skip to content

Commit

Permalink
build(deps): Bump dotnet/runtime from 7.0 to 8.0
Browse files Browse the repository at this point in the history
Bumps dotnet/runtime from 7.0 to 8.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent cfb0f4c commit 8791a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src

RUN dotnet publish -c release -o /out

FROM mcr.microsoft.com/dotnet/runtime:7.0
FROM mcr.microsoft.com/dotnet/runtime:8.0
COPY --from=0 /out /app

WORKDIR /app
Expand Down

0 comments on commit 8791a8b

Please sign in to comment.