From 45a1bb18635036cf58d643b425a5087cf2be6ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:39:13 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/aspnet Docker tag to v10 --- EliteAPI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EliteAPI/Dockerfile b/EliteAPI/Dockerfile index 482fcb78..de3a4613 100644 --- a/EliteAPI/Dockerfile +++ b/EliteAPI/Dockerfile @@ -1,6 +1,6 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443