Skip to content

Commit e3c5953

Browse files
committed
upgrade to 1.12.0
1 parent efc6029 commit e3c5953

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ALPINE_IMAGE=alpine
22
ARG ALPINE_VERSION=edge
3-
ARG ZT_COMMIT=d831fd10d5d1a9acb46f07d9548a96fc73a23d72
4-
ARG ZT_VERSION=1.10.6
3+
ARG ZT_COMMIT=0e5651f353b99302dd3571ef9dcebbffe52056df
4+
ARG ZT_VERSION=1.12.0
55

66
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
77

patches/disable-sso.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/make-linux.mk b/make-linux.mk
2-
index 5d1155c9e..3f19eb687 100644
2+
index 48d44a048..693dfe80e 100644
33
--- a/make-linux.mk
44
+++ b/make-linux.mk
5-
@@ -280,6 +280,7 @@ ifeq ($(ZT_IA32),1)
5+
@@ -291,6 +291,7 @@ ifeq ($(ZT_IA32),1)
66
ZT_USE_X64_ASM_ED25519=0
77
endif
88

0 commit comments

Comments
 (0)