Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Nov 26, 2020
1 parent f969dad commit 799b90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.12 as builder

ARG ZT_COMMIT=167645ba6da857dc11ac430b716a5fff8711a6c9
ARG ZT_COMMIT=af6d01e79bd05650476f732b5a19a3878d9aa36c

RUN apk add --update alpine-sdk linux-headers \
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
Expand All @@ -9,7 +9,7 @@ RUN apk add --update alpine-sdk linux-headers \
&& make -f make-linux.mk

FROM alpine:3.12
LABEL version="1.6.0"
LABEL version="1.6.1"
LABEL description="ZeroTier One Docker-only Linux hosts"

RUN apk add --update --no-cache libc6-compat libstdc++
Expand Down

0 comments on commit 799b90b

Please sign in to comment.