From ffaf6f5ea36c6f2405404bc01a8666a681803d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:30:00 +0100 Subject: [PATCH] chore(deps): bump dotnet/sdk from `8c6beed` to `a364676` (#191) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Collinson <13622412+johncollinson2001@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d88aa1..709f13c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ EXPOSE 443 EXPOSE 80 # v8.0 -FROM mcr.microsoft.com/dotnet/sdk@sha256:8c6beed050a602970c3d275756ed3c19065e42ce6ca0809f5a6fcbf5d36fd305 AS build +FROM mcr.microsoft.com/dotnet/sdk@sha256:a364676fedc145cf88caad4bfb3cc372aae41e596c54e8a63900a2a1c8e364c6 AS build ARG BUILD_CONFIGURATION=Release COPY ["src/Api/Api.csproj", "src/Api/"] COPY ["src/Infrastructure/Infrastructure.csproj", "src/Infrastructure/"]