From 20b9e996738bb5cd0e936a1b24b3a52e7f330bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 04:50:22 +0000 Subject: [PATCH] chore(deps): bump dotnet/sdk in /WikiPageStatsGenerator Bumps dotnet/sdk from 8.0.204 to 8.0.300. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- WikiPageStatsGenerator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WikiPageStatsGenerator/Dockerfile b/WikiPageStatsGenerator/Dockerfile index 4bd933b..bd53a2f 100644 --- a/WikiPageStatsGenerator/Dockerfile +++ b/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.204 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.300 AS build WORKDIR /src COPY ["WikiPageStatsGenerator.csproj", "./"] RUN dotnet restore "WikiPageStatsGenerator.csproj"