From 995abacf57c212a07a00d98eda72d2d07f087ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:08:30 +0000 Subject: [PATCH] chore(deps): bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 8.0.2-bookworm-slim-amd64 to 8.0.7-bookworm-slim-amd64. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/MunicipalityRegistry.Api.Import/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MunicipalityRegistry.Api.Import/Dockerfile b/src/MunicipalityRegistry.Api.Import/Dockerfile index 2422a046..542a7a54 100644 --- a/src/MunicipalityRegistry.Api.Import/Dockerfile +++ b/src/MunicipalityRegistry.Api.Import/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.2-bookworm-slim-amd64 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.7-bookworm-slim-amd64 # create work dir and set permissions as WORKDIR sets permissions as root RUN mkdir /app && chown -R app:app /app