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