Skip to content

Commit

Permalink
Update dependency zerotier/ZeroTierOne to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent fe9d821 commit ad5f7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as builder

# renovate: datasource=github-tags depName=zerotier/ZeroTierOne tag=1.12.2
ENV ZEROTIER_COMMIT=327eb9013b39809835a912c9117a0b9669f4661f
# renovate: datasource=github-tags depName=zerotier/ZeroTierOne tag=1.14.0
ENV ZEROTIER_COMMIT=91e7ce87f09ac1cfdeaf6ff22c3cedcd93574c86

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

Expand All @@ -17,7 +17,7 @@ FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761
COPY --from=builder /tmp/build/usr/sbin/* /usr/sbin/

# renovate: datasource=github-tags depName=zerotier/ZeroTierOne
ENV ZEROTIER_VERSION=1.12.2
ENV ZEROTIER_VERSION=1.14.0

RUN set -eux; \
apk add --no-cache libc6-compat libstdc++; \
Expand Down

0 comments on commit ad5f7bc

Please sign in to comment.