From 970a240c248370e282af8cd6dbd9639546770668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 13:33:41 +0000 Subject: [PATCH] Bump dotnet/sdk Bumps the dotnet-images group with 1 update in the /docker/migrate directory: dotnet/sdk. Updates `dotnet/sdk` from 9.0.313 to 9.0.315 --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.314 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-images ... Signed-off-by: dependabot[bot] --- docker/migrate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/migrate/Dockerfile b/docker/migrate/Dockerfile index 8e6856c8..560cae32 100644 --- a/docker/migrate/Dockerfile +++ b/docker/migrate/Dockerfile @@ -1,7 +1,7 @@ # Migration Job Dockerfile # Cloud Run Job でマイグレーションを実行するためのイメージ -FROM mcr.microsoft.com/dotnet/sdk:9.0.313 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0.315 AS build WORKDIR /src # プロジェクトファイルをコピーして依存関係を復元