Skip to content

Commit 0a2cfa9

Browse files
Fixed wrong docker base image
1 parent 11236fd commit 0a2cfa9

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
@@ -10,7 +10,7 @@ COPY . ./
1010
RUN dotnet publish -c Release -o out
1111

1212
# Build runtime image
13-
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
13+
FROM mcr.microsoft.com/dotnet/core/runtime:2.2
1414
WORKDIR /app
1515
COPY --from=build-env /app/out .
1616
ENTRYPOINT ["dotnet", "zobo.dll"]

0 commit comments

Comments
 (0)