upgrade to 1.8.9

This commit is contained in:
Lukas Prettenthaler 2022-04-28 09:50:00 +02:00
parent 79d54a0413
commit 7df4c4a138
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_VERSION=edge
ARG ZT_COMMIT=bd9c8d65ef6530ee5d14293a6d60cd2d4953ee05
ARG ZT_VERSION=1.8.8
ARG ZT_COMMIT=7ea2354540cd891f61d0944ff8a25c53a42bd038
ARG ZT_VERSION=1.8.9
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder