We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c901c6d commit c31ec3fCopy full SHA for c31ec3f
Rsk.Samples.IdentityServer.AdminUiIntegration/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN dotnet publish -a $TARGETARCH -o out
18
19
# Stage 2 - Runtime
20
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS runtime
+FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
21
22
ENV ASPNETCORE_ENVIRONMENT=Production
23
ENV ASPNETCORE_HTTP_PORT=5003
0 commit comments