upgrade to 1.14.2

This commit is contained in:
Lukas Prettenthaler 2024-10-29 13:29:21 -04:00
parent a863aaa3bb
commit f1bae68d57
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D

View File

@ -1,7 +1,7 @@
ARG ALPINE_IMAGE=alpine ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=3.20 ARG ALPINE_VERSION=3.20
ARG ZT_COMMIT=a0acc82e990ded7b238f822062fab7eed2cd1ab8 ARG ZT_COMMIT=185a3a2c76e6bf1b1c0415871f43076638eb007c
ARG ZT_VERSION=1.14.1 ARG ZT_VERSION=1.14.2
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder