From df796ef01a22fa2c34d7aad8930e2ef77b50db0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:59:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zerotier/ZeroTier?= =?UTF-8?q?One=20to=20v1.12.0=20(#201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- zerotier/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index a591f5a..0bba89b 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.10.6" +ARG ZERO_TIER_ONE_VERSION="1.12.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \