Update Dockerfile

This commit is contained in:
Lukas Prettenthaler 2022-05-16 21:42:01 +02:00 committed by GitHub
parent 7df4c4a138
commit d560485234
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=7ea2354540cd891f61d0944ff8a25c53a42bd038
ARG ZT_VERSION=1.8.9
ARG ZT_COMMIT=7e46c8359231b4aa55c5d739462c4e5682d35755
ARG ZT_VERSION=1.8.10
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder