Skip to content

Commit a4b57f8

Browse files
Update dependency zerotier/ZeroTierOne to v1.16.2 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4faae43 commit a4b57f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS builder
22

3-
# renovate: datasource=github-tags depName=zerotier/ZeroTierOne tag=1.16.0
4-
ENV ZEROTIER_COMMIT=7b7d39becc4a775d33e8c0f673856fb91dea7f31
3+
# renovate: datasource=github-tags depName=zerotier/ZeroTierOne tag=1.16.2
4+
ENV ZEROTIER_COMMIT=fc5c3ec22090b5b2a0f274e863651fe9ca489bf4
55

66
RUN apk add --no-cache build-base linux-headers
77

@@ -17,7 +17,7 @@ FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a50
1717
COPY --from=builder /tmp/build/usr/sbin/* /usr/sbin/
1818

1919
# renovate: datasource=github-tags depName=zerotier/ZeroTierOne
20-
ENV ZEROTIER_VERSION=1.16.0
20+
ENV ZEROTIER_VERSION=1.16.2
2121

2222
RUN set -eux; \
2323
apk add --no-cache libc6-compat libstdc++; \

0 commit comments

Comments
 (0)