From d91f944318e703ce95748efa1c9c15dd27ae6bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:04:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/c?= =?UTF-8?q?oreutils=20to=20v9.4-r2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index e0ded419..db7e9533 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -14,7 +14,7 @@ RUN \ iproute2=6.6.0-r0 \ iptables=1.8.10-r3 \ nginx=1.24.0-r14 \ - coreutils=9.4-r1 \ + coreutils=9.4-r2 \ networkmanager-common=1.44.2-r1 \ \ && ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \