Skip to content

Commit

Permalink
Update alpine base image
Browse files Browse the repository at this point in the history
Move the base images from 3.18 to the latest (currently 3.21)
  • Loading branch information
cociweb authored Jan 10, 2025
1 parent 6f9b1ea commit c1094b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ebusd/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.18"
amd64: "ghcr.io/home-assistant/amd64-base:3.18"
armhf: "ghcr.io/home-assistant/armhf-base:3.18"
armv7: "ghcr.io/home-assistant/armv7-base:3.18"
i386: "ghcr.io/home-assistant/i386-base:3.18"
aarch64: "ghcr.io/home-assistant/aarch64-base:latest"
amd64: "ghcr.io/home-assistant/amd64-base:latest"
armhf: "ghcr.io/home-assistant/armhf-base:latest"
armv7: "ghcr.io/home-assistant/armv7-base:latest"
i386: "ghcr.io/home-assistant/i386-base:latest"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Ebusd"
org.opencontainers.image.description: "This Add-on runs eBUSd, a daemon for handling communication with eBUS devices"
Expand Down

0 comments on commit c1094b3

Please sign in to comment.