Skip to content

Commit 7035024

Browse files
committed
2025.10.3
1 parent 9724903 commit 7035024

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
### Added
44
- New base image nfrastack/container-nginx
5-
- Home Assistant 2025.10.2
5+
- Home Assistant 2025.10.3
66
- Alpine 3.19 (!) temporarily
7-
- Python 3.13.7
7+
- Python 3.13.9
88

99
## 1.2.99 2025-09-12 <dave at tiredofit dot ca>
1010

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ LABEL \
1818
org.opencontainers.image.licenses="MIT"
1919

2020
ARG \
21-
HOMEASSISTANT_VERSION="2025.9.3" \
21+
HOMEASSISTANT_VERSION="2025.10.3" \
2222
HOMEASSISTANT_CLI_VERSION="4.41.0" \
2323
GO2RTC_VERSION="v1.9.10" \
2424
JEMALLOC_VERSION="5.3.0" \
25-
PYTHON_VERSION="3.13.7" \
25+
PYTHON_VERSION="3.13.9" \
2626
GO2RTC_REPO_URL="https://github.com/AlexxIT/go2rtc" \
2727
HOMEASSISTANT_CLI_REPO_URL="https://github.com/home-assistant/cli" \
2828
HOMEASSISTANT_REPO_URL="https://github.com/home-assistant/core" \

0 commit comments

Comments
 (0)