Skip to content

Commit bf253e6

Browse files
author
Simone Weiss
committed
Update to build tools v1.3.7
Signed-off-by: Simone Weiss <[email protected]>
1 parent 3c86cb3 commit bf253e6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

configuration/build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Base-Name: ebcl_dev_container
22
Repository: ghcr.io/elektrobit
33
Base-Container: ubuntu:22.04
4-
Version: v1.4.7
4+
Version: v1.4.8
55
Layers:
66
- ../layers/base
77
- ../layers/pbuilder
88
- ../layers/rust
99
- ../layers/kiwi
1010
- ../layers/appdev
11-
- ../layers/embdgen
11+
- ../layers/build_tools
1212
- ../layers/vscode
1313
- ../layers/ebclfsa
1414
- ../layers/kernel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install jsonpickle robotframework requests pyyaml psutil
4040

4141
# Install EBcl build tools
4242
WORKDIR /build
43-
RUN git clone --branch v1.3.6 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
43+
RUN git clone --branch v1.3.7 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
4444
RUN pip install -e ebcl_build_tools
4545

4646
# Prepare cache folders
File renamed without changes.

0 commit comments

Comments
 (0)