From 065664e1c3c7bd0ee85819040b66a9c62d4bf59a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Oct 2023 17:41:48 +0000
Subject: [PATCH] Bump dotnet/aspnet from 6.0.23 to 6.0.24

Bumps dotnet/aspnet from 6.0.23 to 6.0.24.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3d9b6ee1..b51db1e6 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.23 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:6.0.24 AS base
 
 # To aid in debugging.
 RUN set -xe \