From 1fba5e78960532a86b8a7cd479802f20e7e5a9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:33:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zerotier/ZeroTier?= =?UTF-8?q?One=20to=20v1.14.0?= 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 4487c5b..64df5d5 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.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \