From 28a1cc2aa8eb2fc126d796fbab8ca5f168c2a83a Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 14 Aug 2019 22:21:34 +1000 Subject: [PATCH] Lock ZT to 1.4.0, 1.4.2 segfaults --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 013c884..50440d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN echo "deb http://download.zerotier.com/debian/stretch stretch main" > /etc/a # Leenooks Utils RUN apt-get update \ - && apt-get install -yqq --allow-unauthenticated makenl zerotier-one \ + && apt-get install -yqq --allow-unauthenticated makenl zerotier-one=1.4.0 \ && apt-get -y autoremove \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*