Skip to content

Commit

Permalink
.net 9 docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Dec 4, 2024
1 parent 5127b69 commit 3b8e8e0
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 @@ -15,7 +15,7 @@ WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 \
PATH="/root/.dotnet/tools:${PATH}"

RUN dotnet tool install --global dotnet-ef --version=7.0.0
RUN dotnet tool install --global dotnet-ef --version=9.0.0

COPY src/Directory.Build.props src/
COPY src/Vfps/Vfps.csproj src/Vfps/
Expand Down

0 comments on commit 3b8e8e0

Please sign in to comment.