Skip to content

Commit 9058da3

Browse files
committed
1.1.0pre
1 parent 9d94934 commit 9058da3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- { distro: "alpine", distro_variant: "3.22", latest: "true", arch: "linux/amd64,linux/arm64" }
19+
- { distro: "alpine", distro_variant: "3.23", latest: "true", arch: "linux/amd64,linux/arm64" }
2020
uses: nfrastack/gha/.github/workflows/container-build_generic.yml@main
2121
with:
2222
base_image: "ghcr.io/nfrastack/container-nginx"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Added
44
- Switch base image to nfrastack/container-nginx
5-
- Zigbee2MQTT 2.7.1
5+
- Zigbee2MQTT 2.7.2
66

77
## 1.0.23 2025-09-11 <dave at tiredofit dot ca>
88

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LABEL \
1818
org.opencontainers.image.licenses="MIT"
1919

2020
ARG \
21-
Z2M_VERSION="2.7.1" \
21+
Z2M_VERSION="2.7.2" \
2222
Z2M_REPO_URL="https://github.com/koenkk/zigbee2mqtt"
2323

2424
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md

0 commit comments

Comments
 (0)