diff --git a/Dockerfile b/Dockerfile index 6e0ca1e..35a916c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_IMAGE=alpine ARG ALPINE_VERSION=edge -ARG ZT_COMMIT=dc762196dc65d3de0b7adc6b4ac8bece95f5cd9e -ARG ZT_VERSION=1.10.3 +ARG ZT_COMMIT=f9941a035eaa058a8d4ffea299397dbf91569aad +ARG ZT_VERSION=1.10.5 FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder diff --git a/patches/disable-sso.patch b/patches/disable-sso.patch index 824d5c3..ea4aa98 100644 --- a/patches/disable-sso.patch +++ b/patches/disable-sso.patch @@ -1,8 +1,8 @@ diff --git a/make-linux.mk b/make-linux.mk -index e188d3e60..2724774d0 100644 +index 5d1155c9e..3f19eb687 100644 --- a/make-linux.mk +++ b/make-linux.mk -@@ -277,6 +277,7 @@ ifeq ($(ZT_IA32),1) +@@ -280,6 +280,7 @@ ifeq ($(ZT_IA32),1) ZT_USE_X64_ASM_ED25519=0 endif