diff --git a/Dockerfile b/Dockerfile index 43a3b7b..47a8f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine -ENV ZX_VERSION="7.0.7" +ENV ZX_VERSION="7.1.1" RUN apk add --no-cache curl docker skopeo \ && npm config set update-notifier false \