From b25d5a6927af3edf47a82e1608f3965f204891b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:09:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zerotier/ZeroTier?= =?UTF-8?q?One=20to=20v1.14.1?= 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..d20f758 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.1" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \