Skip to content

Commit a863aaa

Browse files
committed
upgrade to 1.14.1
1 parent e700c69 commit a863aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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=3.20
3-
ARG ZT_COMMIT=91e7ce87f09ac1cfdeaf6ff22c3cedcd93574c86
4-
ARG ZT_VERSION=1.14.0
3+
ARG ZT_COMMIT=a0acc82e990ded7b238f822062fab7eed2cd1ab8
4+
ARG ZT_VERSION=1.14.1
55

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

patches/disable-sso.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/make-linux.mk b/make-linux.mk
2-
index bfa416aa0..9f10cf216 100644
2+
index efc1badf..34beff93 100644
33
--- a/make-linux.mk
44
+++ b/make-linux.mk
55
@@ -292,6 +292,7 @@ ifeq ($(ZT_IA32),1)

0 commit comments

Comments
 (0)