File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM 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
66RUN apk add --no-cache build-base linux-headers
77
@@ -17,7 +17,7 @@ FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a50
1717COPY --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
2222RUN set -eux; \
2323 apk add --no-cache libc6-compat libstdc++; \
You can’t perform that action at this time.
0 commit comments