Skip to content

Commit

Permalink
update vscode tools and container version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
thir820 authored Sep 20, 2024
1 parent 97460eb commit 0bdeb57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion run_container
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v1.3.5"
VERSION="v1.3.6"

if [ -z $RUNNER ]; then
# docker or podman
Expand Down
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdeb57

Please sign in to comment.