From 1eac7a431dea80b467017929b46cee825a16c658 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 12 Aug 2024 23:08:30 +0200 Subject: [PATCH] Bump to Alpine 3.20 (#215) --- build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.yaml b/build.yaml index 9233890..4e15a80 100644 --- a/build.yaml +++ b/build.yaml @@ -1,10 +1,10 @@ image: "ghcr.io/home-assistant/{arch}-builder" build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:3.18" - armv7: "ghcr.io/home-assistant/armv7-base:3.18" - armhf: "ghcr.io/home-assistant/armhf-base:3.18" - amd64: "ghcr.io/home-assistant/amd64-base:3.18" - i386: "ghcr.io/home-assistant/i386-base:3.18" + aarch64: "ghcr.io/home-assistant/aarch64-base:3.20" + armv7: "ghcr.io/home-assistant/armv7-base:3.20" + armhf: "ghcr.io/home-assistant/armhf-base:3.20" + amd64: "ghcr.io/home-assistant/amd64-base:3.20" + i386: "ghcr.io/home-assistant/i386-base:3.20" cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/builder/.*