version 1.8.5

This commit is contained in:
Lukas Prettenthaler 2022-03-03 15:09:40 +01:00 committed by GitHub
parent c3ceacd36a
commit 1cefbf3f6d
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=edge
ARG ZT_COMMIT=eac56a2e25bbd27f77505cbd0c21b86abdfbd36b
ARG ZT_VERSION=1.8.4
ARG ZT_COMMIT=f8e24f4629f0edde11c3e03c884c19a4fb69aaad
ARG ZT_VERSION=1.8.5
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder