diff --git a/Dockerfile b/Dockerfile index c2bca34..8183430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG ALPINE_VERSION=3.14 FROM alpine:${ALPINE_VERSION} -ARG ZT_VERSION=1.6.5-r0 +ARG ZT_VERSION=1.6.6-r0 LABEL maintainer="seedgou "