upgrade to 1.14.1

This commit is contained in:
Lukas Prettenthaler 2024-09-12 20:11:33 -06:00
parent e700c69dac
commit a863aaa3bb
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)