Skip to content

Commit

Permalink
Bump ev-cli (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm authored May 16, 2024
1 parent 2cfebc1 commit efc043d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RUN python3 -m pip install \
gcovr==5.0

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@4a5ce956722929325cef3c2d73a8919c6d2e4013#subdirectory=ev-dev-tools
ARG EVEREST_UTILS_VERSION=v0.2.3
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager
Expand Down
3 changes: 2 additions & 1 deletion docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN python3 -m pip install \
gcovr==5.0

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@4a5ce956722929325cef3c2d73a8919c6d2e4013#subdirectory=ev-dev-tools
ARG EVEREST_UTILS_VERSION=v0.2.3
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools

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

0 comments on commit efc043d

Please sign in to comment.