Update Dockerfile

This commit is contained in:
Lukas Prettenthaler 2020-06-02 21:40:57 +02:00 committed by GitHub
parent 0df7d983cb
commit f4adf6c8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.11 as builder
FROM alpine:3.12 as builder
ARG ZT_VERSION=1.4.6
@ -7,7 +7,7 @@ RUN apk add --update alpine-sdk linux-headers \
&& cd /src \
&& make -f make-linux.mk
FROM alpine:3.11
FROM alpine:3.12
LABEL version="1.4.6"
LABEL description="ZeroTier One Docker-only Linux hosts"