From b93506049a8584e896a4f3078204400a8924ddba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:13:20 +0000 Subject: [PATCH] Bump dotnet/sdk from 7.0.306-bullseye-slim to 7.0.401-bullseye-slim Bumps dotnet/sdk from 7.0.306-bullseye-slim to 7.0.401-bullseye-slim. --- 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 856a935..1911126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:7.0.306-bullseye-slim as builder +FROM mcr.microsoft.com/dotnet/sdk:7.0.401-bullseye-slim as builder ARG VERSION_SUFFIX