1.8.1 preparation

This commit is contained in:
Lukas Prettenthaler 2021-09-22 15:23:44 +02:00 committed by GitHub
parent 772cbd4de3
commit 23626dabb9
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=a20a29083621fbb42b5dfc0712c8839636f73555
ARG ZT_VERSION=1.8.0
ARG ZT_COMMIT=9bc79f94df216f5914c80380b6c97f776701ac6f
ARG ZT_VERSION=1.8.1
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder