upgrade to 1.8.2

This commit is contained in:
Lukas Prettenthaler 2021-11-12 08:34:26 +01:00 committed by GitHub
parent 0e79ac2b04
commit 476f084e4d
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=3c7bd65bc929a086f3fea04e7371c817bbf77a86
ARG ZT_VERSION=1.8.1
ARG ZT_COMMIT=a7116bc9711b3a96fddb45c3efd9ed879d55dfdf
ARG ZT_VERSION=1.8.2
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder