mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-06-21 10:07:49 +02:00
update to 1.6.5
This commit is contained in:
parent
22e3efa9aa
commit
bfbf4d6a5d
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.13 as builder
|
FROM alpine:3.13 as builder
|
||||||
|
|
||||||
ARG ZT_COMMIT=e8390afad5ca119e603d342af25b349fd584f77f
|
ARG ZT_COMMIT=e8f7d5ef9e7ba6be0b2163cfa31f8817ba5b18f4
|
||||||
|
|
||||||
RUN apk add --update alpine-sdk linux-headers \
|
RUN apk add --update alpine-sdk linux-headers \
|
||||||
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
|
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
|
||||||
@ -9,7 +9,7 @@ RUN apk add --update alpine-sdk linux-headers \
|
|||||||
&& make -f make-linux.mk
|
&& make -f make-linux.mk
|
||||||
|
|
||||||
FROM alpine:3.13
|
FROM alpine:3.13
|
||||||
LABEL version="1.6.4"
|
LABEL version="1.6.5"
|
||||||
LABEL description="ZeroTier One as Docker Image"
|
LABEL description="ZeroTier One as Docker Image"
|
||||||
|
|
||||||
RUN apk add --update --no-cache libc6-compat libstdc++
|
RUN apk add --update --no-cache libc6-compat libstdc++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user