Skip to content

Commit 8f23cc0

Browse files
authored
Update to Alpine Linux 3.22 (#248)
* update devcontainer.json to alpine 3.22 * update build.yaml to alpine 3.22
1 parent e7fd466 commit 8f23cc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Alpine",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-alpine-3.20",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-alpine-3.22",
44
"settings": {
55
"terminal.integrated.shell.linux": "/bin/ash",
66
"shellcheck.enable": true,

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}-builder"
22
build_from:
3-
aarch64: "ghcr.io/home-assistant/aarch64-base:3.20"
4-
armv7: "ghcr.io/home-assistant/armv7-base:3.20"
5-
armhf: "ghcr.io/home-assistant/armhf-base:3.20"
6-
amd64: "ghcr.io/home-assistant/amd64-base:3.20"
7-
i386: "ghcr.io/home-assistant/i386-base:3.20"
3+
aarch64: "ghcr.io/home-assistant/aarch64-base:3.22"
4+
armv7: "ghcr.io/home-assistant/armv7-base:3.22"
5+
armhf: "ghcr.io/home-assistant/armhf-base:3.22"
6+
amd64: "ghcr.io/home-assistant/amd64-base:3.22"
7+
i386: "ghcr.io/home-assistant/i386-base:3.22"
88
cosign:
99
base_identity: https://github.com/home-assistant/docker-base/.*
1010
identity: https://github.com/home-assistant/builder/.*

0 commit comments

Comments
 (0)