Skip to content

Commit

Permalink
Bump to Alpine 3.19 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Mar 7, 2024
1 parent 2cc4dd3 commit c91beb8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 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}-hassio-multicast
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.17
armhf: ghcr.io/home-assistant/armhf-base:3.17
armv7: ghcr.io/home-assistant/armv7-base:3.17
amd64: ghcr.io/home-assistant/amd64-base:3.17
i386: ghcr.io/home-assistant/i386-base:3.17
aarch64: ghcr.io/home-assistant/aarch64-base:3.19
armhf: ghcr.io/home-assistant/armhf-base:3.19
armv7: ghcr.io/home-assistant/armv7-base:3.19
amd64: ghcr.io/home-assistant/amd64-base:3.19
i386: ghcr.io/home-assistant/i386-base:3.19
codenotary:
signer: [email protected]
base_image: [email protected]
Expand All @@ -15,4 +15,10 @@ args:
MDNS_REPEATER_VERSION: 1.2.0
labels:
io.hass.type: multicast
org.opencontainers.image.title: Home Assistant Multicast Plugin
org.opencontainers.image.description: Home Assistant Supervisor plugin for Multicast
org.opencontainers.image.source: https://github.com/home-assistant/plugin-multicast
org.opencontainers.image.authors: The Home Assistant Authors
org.opencontainers.image.url: https://www.home-assistant.io/
org.opencontainers.image.documentation: https://www.home-assistant.io/docs/
org.opencontainers.image.licenses: Apache License 2.0

0 comments on commit c91beb8

Please sign in to comment.