Skip to content

Commit

Permalink
upgrade to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed May 2, 2024
1 parent 706b94c commit f85eeb2
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=327eb9013b39809835a912c9117a0b9669f4661f
ARG ZT_VERSION=1.12.2
ARG ZT_COMMIT=91e7ce87f09ac1cfdeaf6ff22c3cedcd93574c86
ARG ZT_VERSION=1.14.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 48d44a048..693dfe80e 100644
index bfa416aa0..9f10cf216 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -291,6 +291,7 @@ ifeq ($(ZT_IA32),1)
@@ -292,6 +292,7 @@ ifeq ($(ZT_IA32),1)
ZT_USE_X64_ASM_ED25519=0
endif

Expand Down

0 comments on commit f85eeb2

Please sign in to comment.