Skip to content

Commit

Permalink
Updated Docker image to .NET 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Nov 14, 2023
1 parent 008f226 commit cef6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD src/Isotope/Isotope/ .
RUN find .
RUN npm run build

FROM mcr.microsoft.com/dotnet/sdk:7.0 as net-builder
FROM mcr.microsoft.com/dotnet/sdk:8.0 as net-builder
WORKDIR /build
ADD src/Isotope/Isotope.sln .
ADD src/Isotope/Isotope/Isotope.csproj Isotope/
Expand Down

0 comments on commit cef6cb9

Please sign in to comment.