Skip to content

Commit

Permalink
upgrade to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Aug 24, 2023
1 parent efc6029 commit e3c5953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions patches/disable-sso.patch
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e3c5953

Please sign in to comment.