Skip to content

Commit 9ff7bc8

Browse files
committed
upgrade to 1.16.1
1 parent 3e6ec16 commit 9ff7bc8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ALPINE_IMAGE=alpine
22
ARG ALPINE_VERSION=3.23
3-
ARG ZT_COMMIT=7b7d39becc4a775d33e8c0f673856fb91dea7f31
4-
ARG ZT_VERSION=1.16.0
3+
ARG ZT_COMMIT=fa601636aa44fe261f763e53f531a0903fc09bfd
4+
ARG ZT_VERSION=1.16.1
55

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

patches/disable-sso.patch

Lines changed: 1 addition & 1 deletion
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 5ac8a7d95..67515a423 100644
2+
index 77d3e0b1a..ff628292d 100644
33
--- a/make-linux.mk
44
+++ b/make-linux.mk
55
@@ -307,6 +307,7 @@ ifeq ($(ZT_IA32),1)

0 commit comments

Comments
 (0)