diff --git a/Pushy/Pushy/Dockerfile b/Pushy/Pushy/Dockerfile index 6cafed6..9f2c761 100644 --- a/Pushy/Pushy/Dockerfile +++ b/Pushy/Pushy/Dockerfile @@ -1,9 +1,9 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base USER $APP_UID WORKDIR /app EXPOSE 8080 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["Pushy/Pushy/Pushy.csproj", "Pushy/Pushy/"]