upgrade to 1.8.4

This commit is contained in:
Lukas Prettenthaler 2021-12-01 23:33:28 +01:00 committed by GitHub
parent f175af36ca
commit 7eaf1cc181
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=7f4cc1a239d75f959c451f243d08ecb2598b0e26
ARG ZT_VERSION=1.8.3
ARG ZT_COMMIT=eac56a2e25bbd27f77505cbd0c21b86abdfbd36b
ARG ZT_VERSION=1.8.4
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder