diff --git a/src/RandomAPI/Dockerfile b/src/RandomAPI/Dockerfile index 0387f45..d90a72d 100644 --- a/src/RandomAPI/Dockerfile +++ b/src/RandomAPI/Dockerfile @@ -1,7 +1,7 @@ # 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. # This stage is used when running from VS in fast mode (Default for Debug configuration) -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base USER $APP_UID WORKDIR /app EXPOSE 8080