mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
new code server
This commit is contained in:
parent
7dd24e5568
commit
4b5d165541
3 changed files with 5 additions and 5 deletions
|
@ -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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions
|
||||||
|
|
||||||
# Setup base system
|
# Setup base system
|
||||||
ARG BUILD_ARCH=amd64
|
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"
|
ARG HA_CLI_VERSION="4.36.0"
|
||||||
# hadolint ignore=SC2181, DL3008
|
# hadolint ignore=SC2181, DL3008
|
||||||
RUN \
|
RUN \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: 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.5.1
|
amd64: ghcr.io/hassio-addons/debian-base:7.6.2
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
esphome==2024.10.3
|
esphome==2024.12.2
|
||||||
yamllint==1.35.1
|
yamllint==1.35.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue