From 2ce0897affa7e43ba8996750b2c399ed5ebe98b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:50:17 +0000 Subject: [PATCH] chore(deps): bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 6.0.3 to 7.0.9. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/OrganisationRegistry.VlaanderenBeNotifier/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrganisationRegistry.VlaanderenBeNotifier/Dockerfile b/src/OrganisationRegistry.VlaanderenBeNotifier/Dockerfile index 769191617..b4532e1df 100644 --- a/src/OrganisationRegistry.VlaanderenBeNotifier/Dockerfile +++ b/src/OrganisationRegistry.VlaanderenBeNotifier/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.3 +FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.9 LABEL maintainer "Digitaal Vlaanderen "