Skip to content

Commit

Permalink
docs(audit): Update Hot Chocolate implementation (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Jan 23, 2025
1 parent 7bb2131 commit a45a5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implementations/hotchocolate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0
FROM mcr.microsoft.com/dotnet/sdk:8.0

WORKDIR /server

RUN dotnet new web
RUN dotnet add package HotChocolate.AspNetCore --version 13.0.0-preview.80
RUN dotnet add package HotChocolate.AspNetCore --version 14.0.0
COPY Program.cs .

0 comments on commit a45a5c5

Please sign in to comment.