This commit is contained in:
Lukas Prettenthaler 2022-03-10 16:18:46 +01:00 committed by GitHub
parent 9263237d27
commit 7509eb2658
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=1f73ab4b0559777cb641ab094735ae377941ec23
ARG ZT_VERSION=1.8.5
ARG ZT_COMMIT=6bfaaaa557adf20fb09182f9d67829961b96248e
ARG ZT_VERSION=1.8.6
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder