bump 1.6.6

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