From 5399abc4536aaca4f3ae57b3f1150fa8e4190ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 16:03:30 +0000 Subject: [PATCH] build(deps): bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 6.0.3 to 7.0.5. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/PostalRegistry.Projections.Syndication/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostalRegistry.Projections.Syndication/Dockerfile b/src/PostalRegistry.Projections.Syndication/Dockerfile index 6785a4ec..76f2ceb4 100644 --- a/src/PostalRegistry.Projections.Syndication/Dockerfile +++ b/src/PostalRegistry.Projections.Syndication/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.3 +FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.5 # create group & user RUN addgroup --gid 1000 --system app && adduser --uid 1000 -system app --gid 1000