upgrade to 1.8.3

This commit is contained in:
Lukas Prettenthaler 2021-11-16 20:42:59 +01:00 committed by GitHub
parent 476f084e4d
commit f175af36ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=3.14
ARG ZT_COMMIT=a7116bc9711b3a96fddb45c3efd9ed879d55dfdf
ARG ZT_VERSION=1.8.2
ARG ZT_COMMIT=7f4cc1a239d75f959c451f243d08ecb2598b0e26
ARG ZT_VERSION=1.8.3
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder