Skip to content

Commit

Permalink
update build tools to v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thir820 committed Jan 24, 2025
1 parent da92a2d commit 32a911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/build_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip install jsonpickle robotframework requests pyyaml psutil

# Install EBcl build tools
WORKDIR /build
RUN git clone --branch v1.3.8 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
RUN git clone --branch v1.3.9 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
RUN pip install -e ebcl_build_tools

# Prepare cache folders
Expand Down

0 comments on commit 32a911b

Please sign in to comment.