Update Dockerfile

This commit is contained in:
Lukas Prettenthaler 2022-03-04 08:23:39 +01:00 committed by GitHub
parent a4d92b7050
commit 9263237d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=f8e24f4629f0edde11c3e03c884c19a4fb69aaad
ARG ZT_COMMIT=1f73ab4b0559777cb641ab094735ae377941ec23
ARG ZT_VERSION=1.8.5
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder