From 91a4d5c418a2d4f797e0b441f7d7c37752455188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:27:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zerotier/ZeroTier?= =?UTF-8?q?One=20to=20v1.14.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zerotier/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index a9b0f2a..30959e1 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG ZERO_TIER_ONE_VERSION="1.12.2" +ARG ZERO_TIER_ONE_VERSION="1.14.2" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \