From f18595ae087e3e0559af6ad92bdcf69468cec343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 09:06:48 +0000 Subject: [PATCH] Bump dotnet/aspnet from 5.0 to 6.0.6 in /barcoder Bumps dotnet/aspnet from 5.0 to 6.0.6. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- barcoder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcoder/Dockerfile b/barcoder/Dockerfile index 067e2df..633f8bd 100644 --- a/barcoder/Dockerfile +++ b/barcoder/Dockerfile @@ -8,7 +8,7 @@ COPY . ./ RUN dotnet publish -c Release -o /app/ -r linux-x64 # build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:5.0 +FROM mcr.microsoft.com/dotnet/aspnet:6.0.6 RUN apt-get update \ && apt-get install -y --no-install-recommends libgdiplus libc6-dev \ && apt-get clean \