From f2b22de4a5172a5aff1623bb3960cebb364cd159 Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Wed, 17 Jun 2026 14:30:50 -0500 Subject: [PATCH] Downgrade base image version to test wiz scan --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6170e2b..3487dbc 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:10.0.9-noble AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0.6-noble AS base # To aid in debugging. RUN set -xe \ @@ -9,7 +9,7 @@ RUN set -xe \ && apt-get install -y --no-install-recommends curl jq \ && apt-get clean && rm -rf /var/lib/apt/lists/* -FROM mcr.microsoft.com/dotnet/sdk:10.0.301-noble AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.202-noble AS build WORKDIR /source # Restore