Skip to content

Commit

Permalink
chore(deps): bump dotnet/runtime in /WikiPageStatsGenerator
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ViMaSter committed Nov 15, 2023
1 parent 3d76319 commit c0b611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WikiPageStatsGenerator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
Expand Down

0 comments on commit c0b611d

Please sign in to comment.