From bb223625ad6bf5fafc97296531913c1db579aae9 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Sat, 10 Oct 2020 20:51:36 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index da7a003..ef28053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 as builder -ARG ZT_VERSION=1.4.6 +ARG ZT_VERSION=1.5.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.4.6" +LABEL version="1.5.0" LABEL description="ZeroTier One Docker-only Linux hosts" RUN apk add --update --no-cache libc6-compat libstdc++