From c69bff585024c44834895faf26dc637d1a49f7c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:05:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/i?= =?UTF-8?q?ptables=20to=20v1.8.10-r3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 56f63b4..cf05210 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -14,7 +14,7 @@ RUN \ \ && apk add --no-cache \ go=1.21.5-r0 \ - iptables=1.8.10-r1 \ + iptables=1.8.10-r3 \ libqrencode-tools=4.1.1-r2 \ openresolv=3.13.2-r0 \ wireguard-tools=1.0.20210914-r3 \