From 9f65ac77745827e22488ef45e17b29c5cb0034a7 Mon Sep 17 00:00:00 2001 From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:53:33 -0400 Subject: [PATCH] Dockerfile: as->AS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8514c44..c6738e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image as the .NET 5.0 SDK (this includes the runtime) -FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env +FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build-env # Copy everything and publish the release (publish implicitly restores and builds) COPY . ./