Skip to content

Commit

Permalink
bump ev-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jun 14, 2024
1 parent 0bc29ee commit 3048c2b
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 @@ -73,7 +73,7 @@ RUN python3 -m pip install \
gcovr==5.0

# install ev-cli
ARG EVEREST_UTILS_VERSION=feature/add-error-vendor-id
ARG EVEREST_UTILS_VERSION=v0.2.4
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools

# install edm
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 @@ -64,7 +64,7 @@ RUN python3 -m pip install \
gcovr==5.0

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

# install edm
Expand Down

0 comments on commit 3048c2b

Please sign in to comment.