diff --git a/build_config.yaml b/build_config.yaml index 4ae3d37..757d6f0 100644 --- a/build_config.yaml +++ b/build_config.yaml @@ -1,7 +1,7 @@ Base-Name: sdk Repository: linux.elektrobit.com/ebcl Base-Container: ubuntu:22.04 -Version: v1.3.5 +Version: v1.3.6 Layers: - base - pbuilder diff --git a/run_container b/run_container index 7d14f20..97ffdf0 100755 --- a/run_container +++ b/run_container @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="v1.3.5" +VERSION="v1.3.6" if [ -z $RUNNER ]; then # docker or podman diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ac042ba..f0106b4 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" # Install EBcl build tools WORKDIR /build -RUN git clone --branch v1.0.0 https://github.com/Elektrobit/ebcl_vscode_tools.git ebcl_vscode_tools +RUN git clone --branch v1.0.1 https://github.com/Elektrobit/ebcl_vscode_tools.git ebcl_vscode_tools RUN pip install -e ebcl_vscode_tools RUN pip install libtmux