Skip to content

Commit 8dc3a0a

Browse files
committed
upgrade to 1.10.5
1 parent 6945be0 commit 8dc3a0a

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=dc762196dc65d3de0b7adc6b4ac8bece95f5cd9e
4-
ARG ZT_VERSION=1.10.3
3+
ARG ZT_COMMIT=f9941a035eaa058a8d4ffea299397dbf91569aad
4+
ARG ZT_VERSION=1.10.5
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 e188d3e60..2724774d0 100644
2+
index 5d1155c9e..3f19eb687 100644
33
--- a/make-linux.mk
44
+++ b/make-linux.mk
5-
@@ -277,6 +277,7 @@ ifeq ($(ZT_IA32),1)
5+
@@ -280,6 +280,7 @@ ifeq ($(ZT_IA32),1)
66
ZT_USE_X64_ASM_ED25519=0
77
endif
88

0 commit comments

Comments
 (0)