version 1.2.4 upgrade

This commit is contained in:
Lukas Prettenthaler 2017-04-25 08:43:01 +02:00
parent eb46a7f925
commit 78462edad0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.5
LABEL maintainer "Lukas Prettenthaler <lukas@noenv.com>"
LABEL version "1.2.2"
LABEL version "1.2.4"
LABEL description "Containerized ZeroTier One for use on CoreOS or other Docker-only Linux hosts."
RUN apk add --no-cache --update libgcc libstdc++

View File

@ -1,9 +1,9 @@
apk add --update alpine-sdk linux-headers
cd build
rm -rf dist/*
curl -s https://codeload.github.com/zerotier/ZeroTierOne/zip/1.2.2 -o zerotier-src.zip
curl -s https://codeload.github.com/zerotier/ZeroTierOne/zip/1.2.4 -o zerotier-src.zip
unzip -q zerotier-src.zip
cd ./ZeroTierOne-1.2.2
cd ./ZeroTierOne-1.2.4
make -f make-linux.mk
DESTDIR=/build/dist make -f make-linux.mk install