Skip to content

Commit

Permalink
new code server
Browse files Browse the repository at this point in the history
  • Loading branch information
ottes committed Dec 23, 2024
1 parent 7dd24e5 commit 4b5d165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vscode/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions vscode/build.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
signer: [email protected]
2 changes: 1 addition & 1 deletion vscode/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
esphome==2024.10.3
esphome==2024.12.2
yamllint==1.35.1

0 comments on commit 4b5d165

Please sign in to comment.