Skip to content

Commit

Permalink
chore(deps): bump dotnet/sdk in /WikiPageStatsGenerator
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.203 to 8.0.204.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ViMaSter committed Apr 10, 2024
1 parent e0a3dd3 commit 5604a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WikiPageStatsGenerator/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.203 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.204 AS build
WORKDIR /src
COPY ["WikiPageStatsGenerator.csproj", "./"]
RUN dotnet restore "WikiPageStatsGenerator.csproj"
Expand Down

0 comments on commit 5604a95

Please sign in to comment.