Update Dockerfile

This commit is contained in:
Lukas Prettenthaler 2020-11-21 08:56:28 +01:00 committed by GitHub
parent bb223625ad
commit fd74d553cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM alpine:3.12 as builder
ARG ZT_VERSION=1.5.0
ARG ZT_VERSION=1.6.0
RUN apk add --update alpine-sdk linux-headers \
&& git clone --depth 1 --branch ${ZT_VERSION} https://github.com/zerotier/ZeroTierOne.git /src \
@ -8,7 +8,7 @@ RUN apk add --update alpine-sdk linux-headers \
&& make -f make-linux.mk
FROM alpine:3.12
LABEL version="1.5.0"
LABEL version="1.6.0"
LABEL description="ZeroTier One Docker-only Linux hosts"
RUN apk add --update --no-cache libc6-compat libstdc++