Skip to content

Commit c31ec3f

Browse files
committed
fix: switched to full aspnet runtime image as base
1 parent c901c6d commit c31ec3f

File tree

1 file changed

+1
-1
lines changed
  • Rsk.Samples.IdentityServer.AdminUiIntegration

1 file changed

+1
-1
lines changed

Rsk.Samples.IdentityServer.AdminUiIntegration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN dotnet publish -a $TARGETARCH -o out
1818

1919
# Stage 2 - Runtime
20-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS runtime
20+
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
2121

2222
ENV ASPNETCORE_ENVIRONMENT=Production
2323
ENV ASPNETCORE_HTTP_PORT=5003

0 commit comments

Comments
 (0)