Skip to content

Commit

Permalink
install dotnet-ef --version 7.* (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: Shourouni <317198@NTTDATA.COM>
  • Loading branch information
rshourou and Shourouni authored Nov 14, 2023
1 parent dd5095c commit a3f5998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/services.plr-intake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /source
ENV DOTNET_CLI_HOME="/opt"
ENV PATH="$PATH:/opt/.dotnet/tools"

RUN dotnet tool install --global dotnet-ef
RUN dotnet tool install --global dotnet-ef --version "7.*"

COPY *.csproj .
RUN dotnet restore -r linux-musl-x64 /p:PublishReadyToRun=true
Expand Down
2 changes: 1 addition & 1 deletion backend/webapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /source
ENV DOTNET_CLI_HOME="/opt"
ENV PATH="$PATH:/opt/.dotnet/tools"

RUN dotnet tool install --global dotnet-ef
RUN dotnet tool install --global dotnet-ef --version "7.*"

COPY *.csproj .
RUN dotnet restore -r linux-musl-x64 /p:PublishReadyToRun=true
Expand Down

0 comments on commit a3f5998

Please sign in to comment.