From e5a319cbc11393ec86d4836c6f8dfa9c446e1695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:55:47 +0000 Subject: [PATCH] Bump dotnet/aspnet from 6.0.33-bookworm-slim to 6.0.35-bookworm-slim Bumps dotnet/aspnet from 6.0.33-bookworm-slim to 6.0.35-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 107b9ca..fa4389e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Contrast Security, Inc licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information. -FROM mcr.microsoft.com/dotnet/aspnet:6.0.33-bookworm-slim AS base +FROM mcr.microsoft.com/dotnet/aspnet:6.0.35-bookworm-slim AS base # To aid in debugging. RUN set -xe \