prepare 1.8.0 release

This commit is contained in:
Lukas Prettenthaler 2021-09-16 20:54:17 +02:00 committed by GitHub
parent f86f73a9e0
commit 772cbd4de3
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=e8f7d5ef9e7ba6be0b2163cfa31f8817ba5b18f4
ARG ZT_VERSION=1.6.5
ARG ZT_COMMIT=a20a29083621fbb42b5dfc0712c8839636f73555
ARG ZT_VERSION=1.8.0
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder