Skip to content

Commit f91c42e

Browse files
committed
bump to 1.16.1
1 parent 1e54521 commit f91c42e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.1pre 2026-01-02 <code at nfrastack dot com>
2+
3+
### Changed
4+
- ZeroTier 1.16.1
5+
16
## 1.2.0 2025-12-19 <code at nfrastack dot com>
27

38
### Changed

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-
ZEROTIER_VERSION="1.16.0" \
21+
ZEROTIER_VERSION="1.16.1" \
2222
ZT_NET_VERSION="v0.7.13" \
2323
ZEROTIER_REPO_URL=https://github.com/zerotier/ZeroTierOne \
2424
ZT_NET_REPO_URL=https://github.com/sinamics/ztnet

0 commit comments

Comments
 (0)