From fba1d8577f85ce45a7f816ca32daf379c0fcbe30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 09:56:49 +0000 Subject: [PATCH] chore(deps): bump dotnet/runtime-deps in /src/FunctionalLiving.Api 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.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FunctionalLiving.Api/Dockerfile b/src/FunctionalLiving.Api/Dockerfile index 93bf4b3..91be533 100644 --- a/src/FunctionalLiving.Api/Dockerfile +++ b/src/FunctionalLiving.Api/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 "