From 1e7e8aeed4a575f0a5cd290ab46a7b0042e69e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 09:56:55 +0000 Subject: [PATCH] chore(deps): bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 7.0.3 to 7.0.5. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FunctionalLiving.Knx.Listener/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FunctionalLiving.Knx.Listener/Dockerfile b/src/FunctionalLiving.Knx.Listener/Dockerfile index eaea817..570c700 100644 --- a/src/FunctionalLiving.Knx.Listener/Dockerfile +++ b/src/FunctionalLiving.Knx.Listener/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.3 +FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.5 LABEL maintainer "David Cumps "