Skip to content

Commit

Permalink
Merge pull request #252 from bcgov/fix/ABX12761-abp-cli-version
Browse files Browse the repository at this point in the history
AB#12761 - explicit set of version for the ABP cli install
  • Loading branch information
DarylTodosichuk authored Dec 19, 2023
2 parents cdd1d8d + 6573eae commit 8161c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN dotnet restore "src/Unity.GrantManager.Web/Unity.GrantManager.Web.csproj"
COPY . .
WORKDIR "/src/src/Unity.GrantManager.Web"

RUN dotnet tool install -g Volo.Abp.Cli
RUN dotnet tool install -g Volo.Abp.Cli --version 7.4.4
ENV PATH="${PATH}:/root/.dotnet/tools"
RUN dotnet dev-certs https --trust
RUN abp install-libs
Expand Down

0 comments on commit 8161c21

Please sign in to comment.