diff --git a/Dockerfile b/Dockerfile index 7d46917..cdec91c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE_IMAGE=alpine ARG ALPINE_VERSION=edge -ARG ZT_COMMIT=0e5651f353b99302dd3571ef9dcebbffe52056df +ARG ZT_COMMIT=464bca5d20068bcf37acf496ac941efc908c248b ARG ZT_VERSION=1.12.1 FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder