We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8a40e commit 28d3194Copy full SHA for 28d3194
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
2
USER $APP_UID
3
WORKDIR /app
4
EXPOSE 8080
5
EXPOSE 8081
6
7
-FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
8
ARG BUILD_CONFIGURATION=Release
9
WORKDIR /src
10
COPY ["GithubActionsOrchestrator.csproj", "./"]
0 commit comments