Skip to content

Commit a5dace5

Browse files
committed
Fix docker image
1 parent f235750 commit a5dace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN dotnet run -p build/build.csproj
77

88
#runtime container
9-
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0.7-alpine3.12
9+
FROM mcr.microsoft.com/dotnet/aspnet:5.0.7-alpine3.12
1010
RUN apk add --no-cache tzdata
1111

1212
COPY --from=build /build/publish /app

0 commit comments

Comments
 (0)