switch to the correct commit id for 1.8.6

This commit is contained in:
Lukas Prettenthaler 2022-03-11 08:23:47 +01:00 committed by GitHub
parent 7509eb2658
commit 285dacd2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=6bfaaaa557adf20fb09182f9d67829961b96248e
ARG ZT_COMMIT=4a2c75a60941e75f36ed1961458a42fbd12ea4ac
ARG ZT_VERSION=1.8.6
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder