mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 09:20:55 +01:00
upgrade to 1.10.3
This commit is contained in:
parent
141c5e3897
commit
6945be0e2f
@ -1,7 +1,7 @@
|
|||||||
ARG ALPINE_IMAGE=alpine
|
ARG ALPINE_IMAGE=alpine
|
||||||
ARG ALPINE_VERSION=edge
|
ARG ALPINE_VERSION=edge
|
||||||
ARG ZT_COMMIT=e0acccc3c918b59678033e585b31eb000c68fdf2
|
ARG ZT_COMMIT=dc762196dc65d3de0b7adc6b4ac8bece95f5cd9e
|
||||||
ARG ZT_VERSION=1.10.2
|
ARG ZT_VERSION=1.10.3
|
||||||
|
|
||||||
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
|
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/make-linux.mk b/make-linux.mk
|
diff --git a/make-linux.mk b/make-linux.mk
|
||||||
index 3941573c..d56f560d 100644
|
index e188d3e60..2724774d0 100644
|
||||||
--- a/make-linux.mk
|
--- a/make-linux.mk
|
||||||
+++ b/make-linux.mk
|
+++ b/make-linux.mk
|
||||||
@@ -272,6 +272,7 @@ ifeq ($(ZT_IA32),1)
|
@@ -277,6 +277,7 @@ ifeq ($(ZT_IA32),1)
|
||||||
ZT_USE_X64_ASM_ED25519=0
|
ZT_USE_X64_ASM_ED25519=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user