Skip to content

Commit

Permalink
upgrade to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Sep 13, 2024
1 parent e700c69 commit a863aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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=3.20
ARG ZT_COMMIT=91e7ce87f09ac1cfdeaf6ff22c3cedcd93574c86
ARG ZT_VERSION=1.14.0
ARG ZT_COMMIT=a0acc82e990ded7b238f822062fab7eed2cd1ab8
ARG ZT_VERSION=1.14.1

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

Expand Down
2 changes: 1 addition & 1 deletion patches/disable-sso.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/make-linux.mk b/make-linux.mk
index bfa416aa0..9f10cf216 100644
index efc1badf..34beff93 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -292,6 +292,7 @@ ifeq ($(ZT_IA32),1)
Expand Down

0 comments on commit a863aaa

Please sign in to comment.