From bc3ea8562a8a074c7d1d2352060bff1f06828e4b Mon Sep 17 00:00:00 2001 From: raph666 Date: Wed, 22 Jul 2026 11:57:17 +0200 Subject: [PATCH] fix: use explicit Home Assistant base image --- CHANGELOG.md | 5 +++++ Dockerfile | 3 +-- config.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136ef02..a3c5781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Toutes les modifications importantes de ce projet sont documentées ici. ## [Unreleased] +### Fixed + +- Correction du Dockerfile pour le système de build actuel de Home Assistant. +- Utilisation explicite de l’image multiarchitecture `ghcr.io/home-assistant/base:latest`. + ## [1.0.0] - 2026-07-21 ### Added diff --git a/Dockerfile b/Dockerfile index 99d3c80..4358d7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -ARG BUILD_FROM -FROM $BUILD_FROM +FROM ghcr.io/home-assistant/base:latest RUN apk add --no-cache python3 diff --git a/config.yaml b/config.yaml index 9633c86..316ecb9 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ name: Arkteos Proxy -version: "1.0.0" +version: "1.0.1" slug: arkteos_proxy description: Proxy TCP pour PAC Arkteos REG3 — permet les connexions simultanées de Node-RED et de l'app mobile Arkteos. url: https://gitea.i-host.fr/raph666/arkteos-proxy-addon