Compare commits

...

9 commits

Author SHA1 Message Date
renovate[bot]
d4aa8758d1
⬆️ Update esphome to v2025.4.1 (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-29 13:40:16 +02:00
renovate[bot]
3e7f45870e
⬆️ Update cdr/code-server to v4.99.3 (#956)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-19 10:09:33 +02:00
renovate[bot]
6c8a091bf1
⬆️ Update esphome to v2025.4.0 (#955) 2025-04-17 06:18:16 +02:00
Guillaume Rischard
af654c84fa
Add python-venv to dockerfile (#954) 2025-04-16 02:51:34 +02:00
renovate[bot]
af38f1b5c1
⬆️ Update home-assistant/cli to v4.38.0 (#951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-14 14:26:49 +02:00
renovate[bot]
76bf8323f7
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.2 (#953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-14 14:14:27 +02:00
renovate[bot]
5521843c6e
⬆️ Update cdr/code-server to v4.99.2 (#950)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-12 12:18:01 +02:00
renovate[bot]
a82de999c3
⬆️ Update esphome to v2025.3.3 (#947) 2025-04-01 23:52:31 +02:00
renovate[bot]
8957ad50fd
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.1 (#948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 22:47:25 +02:00
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.0 ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -20,8 +20,8 @@ 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.98.2" ARG CODE_SERVER_VERSION="v4.99.3"
ARG HA_CLI_VERSION="4.37.0" ARG HA_CLI_VERSION="4.38.0"
# hadolint ignore=SC2181, DL3008 # hadolint ignore=SC2181, DL3008
RUN \ RUN \
apt-get update \ apt-get update \
@ -41,6 +41,7 @@ RUN \
openssh-client=1:9.2p1-2+deb12u5 \ openssh-client=1:9.2p1-2+deb12u5 \
openssl=3.0.15-1~deb12u1 \ openssl=3.0.15-1~deb12u1 \
python3-dev=3.11.2-1+b1 \ python3-dev=3.11.2-1+b1 \
python3-venv=3.11.2-1+b1 \
python3=3.11.2-1+b1 \ python3=3.11.2-1+b1 \
unzip=6.0-28 \ unzip=6.0-28 \
uuid-runtime=2.38.1-5+deb12u1 \ uuid-runtime=2.38.1-5+deb12u1 \

View file

@ -1,7 +1,7 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/debian-base:7.8.0 aarch64: ghcr.io/hassio-addons/debian-base:7.8.2
amd64: ghcr.io/hassio-addons/debian-base:7.8.0 amd64: ghcr.io/hassio-addons/debian-base:7.8.2
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev

View file

@ -1,2 +1,2 @@
esphome==2025.3.2 esphome==2025.4.1
yamllint==1.37.0 yamllint==1.37.0