Skip to content

Commit 51f0519

Browse files
committed
Fixed Dockerfile
1 parent 76e64ef commit 51f0519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/complete/GraphQL/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dotnet restore
88
RUN dotnet publish -c Release -o out
99

1010
# Build runtime image
11-
FROM mcr.microsoft.com/dotnet/aspnet:6.0.100-alpine3.14-amd64
11+
FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-alpine3.14-amd64
1212
WORKDIR /app
1313
COPY --from=build-env /app/out .
1414
ENTRYPOINT ["dotnet", "GraphQL.dll"]

0 commit comments

Comments
 (0)