diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 55c48e4..03ecf68 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.95.1" +ARG CODE_SERVER_VERSION="v4.96.2" ARG HA_CLI_VERSION="4.36.0" # hadolint ignore=SC2181, DL3008 RUN \ diff --git a/vscode/build.yaml b/vscode/build.yaml index 1198a3e..25d0afb 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.5.1 - amd64: ghcr.io/hassio-addons/debian-base:7.5.1 + aarch64: ghcr.io/hassio-addons/debian-base:7.6.2 + amd64: ghcr.io/hassio-addons/debian-base:7.6.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 457ca71..60f0b74 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.10.3 +esphome==2024.12.2 yamllint==1.35.1