diff --git a/Dockerfile b/Dockerfile index dbe6861..61c8bf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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