From 6a538289c7fed827057450221f363d2a3f318d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:47:33 +0000 Subject: [PATCH] chore(deps): bump dotnet/sdk Bumps dotnet/sdk from 8.0.101-jammy-amd64 to 8.0.303-jammy-amd64. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c3af29..70254d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.101-jammy-amd64 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.303-jammy-amd64 AS build WORKDIR /source COPY . .