Skip to content

Commit e3cf655

Browse files
authored
Update Home Assistant base image to 2025.11.3 (home-assistant#157346)
1 parent f69fce6 commit e3cf655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414
PIP_TIMEOUT: 60
1515
UV_HTTP_TIMEOUT: 60
1616
UV_SYSTEM_PYTHON: "true"
17-
BASE_IMAGE_VERSION: "2025.11.0"
17+
# Base image version from https://github.com/home-assistant/docker
18+
BASE_IMAGE_VERSION: "2025.11.3"
1819
ARCHITECTURES: '["amd64", "aarch64"]'
1920

2021
jobs:

0 commit comments

Comments
 (0)