Skip to content

Commit

Permalink
Update docker base image to Alpine 3.21 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 19, 2024
1 parent 4db773a commit 12bea9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image: ghcr.io/home-assistant/{arch}-homeassistant-base
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.20
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.20
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.20
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.20
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.20
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.21
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.21
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.21
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.21
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.21
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down

0 comments on commit 12bea9a

Please sign in to comment.