From cda865935dd61b8023aeb8a9cb969191cf92b2f2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 25 Feb 2025 15:05:22 +0100 Subject: [PATCH] Bump to Alpine 3.12 and CLI 4.37.0 --- build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.yaml b/build.yaml index f6bfdee..3e5349d 100644 --- a/build.yaml +++ b/build.yaml @@ -1,10 +1,10 @@ image: ghcr.io/home-assistant/{arch}-hassio-cli build_from: - aarch64: ghcr.io/home-assistant/aarch64-base:3.20 - armhf: ghcr.io/home-assistant/armhf-base:3.20 - armv7: ghcr.io/home-assistant/armv7-base:3.20 - amd64: ghcr.io/home-assistant/amd64-base:3.20 - i386: ghcr.io/home-assistant/i386-base:3.20 + aarch64: ghcr.io/home-assistant/aarch64-base:3.21 + armhf: ghcr.io/home-assistant/armhf-base:3.21 + armv7: ghcr.io/home-assistant/armv7-base:3.21 + amd64: ghcr.io/home-assistant/amd64-base:3.21 + i386: ghcr.io/home-assistant/i386-base:3.21 codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io @@ -12,7 +12,7 @@ cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/plugin-cli/.* args: - CLI_VERSION: 4.36.0 + CLI_VERSION: 4.37.0 RLWRAP_VERSION: 0.46.1 labels: io.hass.type: cli