Skip to content

Commit

Permalink
Bump base image to 3.16 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jun 24, 2022
1 parent 7b90286 commit 8ab19fa
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,11 +1,11 @@
image: "homeassistant/{arch}-builder"
shadow_repository: "ghcr.io/home-assistant"
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.14"
armv7: "ghcr.io/home-assistant/armv7-base:3.14"
armhf: "ghcr.io/home-assistant/armhf-base:3.14"
amd64: "ghcr.io/home-assistant/amd64-base:3.14"
i386: "ghcr.io/home-assistant/i386-base:3.14"
aarch64: "ghcr.io/home-assistant/aarch64-base:3.16"
armv7: "ghcr.io/home-assistant/armv7-base:3.16"
armhf: "ghcr.io/home-assistant/armhf-base:3.16"
amd64: "ghcr.io/home-assistant/amd64-base:3.16"
i386: "ghcr.io/home-assistant/i386-base:3.16"
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down

0 comments on commit 8ab19fa

Please sign in to comment.