Update Dockerfile

This commit is contained in:
Lukas Prettenthaler 2022-04-12 08:33:08 +02:00 committed by GitHub
parent b94f10f9e6
commit 79d54a0413
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=edge
ARG ZT_COMMIT=0e3be9b83787771f62acb2d3662186749a926498
ARG ZT_VERSION=1.8.7
ARG ZT_COMMIT=bd9c8d65ef6530ee5d14293a6d60cd2d4953ee05
ARG ZT_VERSION=1.8.8
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder