upgrade to 1.12.0

This commit is contained in:
Lukas Prettenthaler 2023-08-24 09:13:46 +02:00
parent efc6029f18
commit e3c5953a16
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=d831fd10d5d1a9acb46f07d9548a96fc73a23d72
ARG ZT_VERSION=1.10.6
ARG ZT_COMMIT=0e5651f353b99302dd3571ef9dcebbffe52056df
ARG ZT_VERSION=1.12.0
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder

View File

@ -1,8 +1,8 @@
diff --git a/make-linux.mk b/make-linux.mk
index 5d1155c9e..3f19eb687 100644
index 48d44a048..693dfe80e 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -280,6 +280,7 @@ ifeq ($(ZT_IA32),1)
@@ -291,6 +291,7 @@ ifeq ($(ZT_IA32),1)
ZT_USE_X64_ASM_ED25519=0
endif