diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7bd699e..4eea0cc 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.99.2" +ARG CODE_SERVER_VERSION="v4.99.3" ARG HA_CLI_VERSION="4.38.0" # hadolint ignore=SC2181, DL3008 RUN \ @@ -41,6 +41,7 @@ RUN \ openssh-client=1:9.2p1-2+deb12u5 \ openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ + python3-venv=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ unzip=6.0-28 \ uuid-runtime=2.38.1-5+deb12u1 \ diff --git a/vscode/requirements.txt b/vscode/requirements.txt index eb5d632..0493acc 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.3.3 +esphome==2025.4.1 yamllint==1.37.0