From 8dc66ab7b85d133c209b0ebbd2da23d54d702d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:30:31 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.303 to 8.0.400 in /build Bumps dotnet/sdk from 8.0.303 to 8.0.400. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6f98e25..a33d405 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS builder +FROM mcr.microsoft.com/dotnet/sdk:8.0.400 AS builder ARG HOMEASSISTANT__HOST ARG HOMEASSISTANT__PORT