back to pre 1.8.1

This commit is contained in:
Lukas Prettenthaler 2021-09-22 22:02:50 +02:00 committed by GitHub
parent 51e31b3c81
commit 5b36f7532c
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=eb1cafcd0194876ab2a5d24ac369091b2a25e9d3
ARG ZT_VERSION=1.6.6
ARG ZT_COMMIT=9bc79f94df216f5914c80380b6c97f776701ac6f
ARG ZT_VERSION=1.8.1
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder