Skip to content

Commit

Permalink
integrate embdgen 0.1.2 and increased version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Irgang (thir820) authored and thir820 committed Dec 2, 2024
1 parent 6e62598 commit 434570b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Base-Name: ebcl_dev_container
Repository: ghcr.io/elektrobit
Base-Container: ubuntu:22.04
Version: v1.4.2
Version: v1.4.3
Layers:
- ../layers/base
- ../layers/pbuilder
Expand Down
2 changes: 1 addition & 1 deletion layers/embdgen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install pyyaml types-PyYAML \

# Install embedgen
WORKDIR /build
RUN git clone --branch v0.1.1 https://github.com/Elektrobit/embdgen.git embdgen
RUN git clone --branch v0.1.2 https://github.com/Elektrobit/embdgen.git embdgen
WORKDIR /build/embdgen
RUN pip install -e embdgen-core
RUN pip install -e embdgen-cominit
Expand Down

0 comments on commit 434570b

Please sign in to comment.