mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 17:30:55 +01:00
Update Dockerfile
This commit is contained in:
parent
e6e776bcbd
commit
22e3efa9aa
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.13 as builder
|
||||
|
||||
ARG ZT_COMMIT=7c2066c25888b8aa4f398fcf6f55e747656b0854
|
||||
ARG ZT_COMMIT=e8390afad5ca119e603d342af25b349fd584f77f
|
||||
|
||||
RUN apk add --update alpine-sdk linux-headers \
|
||||
&& 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
|
||||
|
||||
FROM alpine:3.13
|
||||
LABEL version="1.6.3"
|
||||
LABEL version="1.6.4"
|
||||
LABEL description="ZeroTier One as Docker Image"
|
||||
|
||||
RUN apk add --update --no-cache libc6-compat libstdc++
|
||||
|
Loading…
Reference in New Issue
Block a user