We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f235750 commit a5dace5Copy full SHA for a5dace5
Dockerfile
@@ -6,7 +6,7 @@ COPY . .
6
RUN dotnet run -p build/build.csproj
7
8
#runtime container
9
-FROM mcr.microsoft.com/dotnet/core/aspnet:5.0.7-alpine3.12
+FROM mcr.microsoft.com/dotnet/aspnet:5.0.7-alpine3.12
10
RUN apk add --no-cache tzdata
11
12
COPY --from=build /build/publish /app
0 commit comments