Skip to content

Commit

Permalink
Update used ev-cli to 0.0.21
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored and a-w50 committed Oct 30, 2023
1 parent 77ce3b6 commit d592d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN python3 -m pip install \
python-dateutil>=2.8.2

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.4#subdirectory=ev-dev-tools
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@e999572d08896ebdc116cf33e0e85cd9aa3ac589#subdirectory=ev-dev-tools

# install everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=everest-testing
Expand Down
2 changes: 1 addition & 1 deletion docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN python3 -m pip install \
python-dateutil>=2.8.2

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.4#subdirectory=ev-dev-tools
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@e999572d08896ebdc116cf33e0e85cd9aa3ac589#subdirectory=ev-dev-tools

# install everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=everest-testing
Expand Down

0 comments on commit d592d22

Please sign in to comment.