From 59c5fd867420297e1fa1f4cf6e9dd9e2a0815f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:28:41 +0000 Subject: [PATCH] Bump dotnet/sdk from 8.0.401 to 8.0.403 in /build Bumps dotnet/sdk from 8.0.401 to 8.0.403. --- 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 fdfedc0..25cab5a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS builder +FROM mcr.microsoft.com/dotnet/sdk:8.0.403 AS builder ARG HOMEASSISTANT__HOST ARG HOMEASSISTANT__PORT