upgrade to 1.10.2

This commit is contained in:
Lukas Prettenthaler 2022-11-01 14:24:38 -06:00
parent 1741721037
commit d45adf395d
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=651f45fe29155c462f4e56dd74f4a347f6861d0d
ARG ZT_VERSION=1.10.1
ARG ALPINE_VERSION=3.16
ARG ZT_COMMIT=e0acccc3c918b59678033e585b31eb000c68fdf2
ARG ZT_VERSION=1.10.2
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder