From 57df6177fed85dece267b4bc681052185beac999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 20:34:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/i?= =?UTF-8?q?pcalc=20to=20v1.0.1-r1?= 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 7d1ac273..daff5e1d 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -11,7 +11,7 @@ ARG TAILSCALE_VERSION="v1.30.1" RUN \ apk add --no-cache \ ip6tables=1.8.8-r2 \ - ipcalc=1.0.1-r0 \ + ipcalc=1.0.1-r1 \ iproute2=6.0.0-r1 \ iptables=1.8.8-r1 \ nginx=1.22.0-r1 \