Skip to content

Commit 9f2fda5

Browse files
authored
Update to Alpine 3.22 (#6054)
Update the Supervisor base image to Alpine 3.22 for all architectures.
1 parent 27b092a commit 9f2fda5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
image: ghcr.io/home-assistant/{arch}-hassio-supervisor
22
build_from:
3-
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.21
4-
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.21
5-
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.21
6-
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.21
7-
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.21
3+
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22
4+
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22
5+
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.22
6+
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22
7+
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.22
88
codenotary:
99
1010
base_image: [email protected]

0 commit comments

Comments
 (0)