Skip to content

Commit 6528bf3

Browse files
committed
upadate abp cli version
1 parent 66e1bd4 commit 6528bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile.azure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base
22
WORKDIR /src
33
COPY . .
4-
RUN dotnet tool install -g Volo.Abp.Cli
4+
RUN dotnet tool install -g Volo.Abp.Cli --version 7.4.5
55
ENV PATH="${PATH}:/root/.dotnet/tools"
66
WORKDIR /src/CmsKitDemo
77
RUN abp install-libs

0 commit comments

Comments
 (0)