new code server

This commit is contained in:
Ottes 2024-12-23 18:13:37 +01:00
parent 7dd24e5568
commit 4b5d165541
3 changed files with 5 additions and 5 deletions

View file

@ -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 \

View file

@ -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

View file

@ -1,2 +1,2 @@
esphome==2024.10.3
esphome==2024.12.2
yamllint==1.35.1