From 7ccbea9f01d7971bf7756c67ceb8cf5d6f890038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:48:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/i?= =?UTF-8?q?ptables=20to=20v1.8.8-r2=20(#219)?= 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> --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 5a38c14..ba047f5 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -14,7 +14,7 @@ RUN \ \ && apk add --no-cache \ go=1.18.7-r0 \ - iptables=1.8.8-r1 \ + iptables=1.8.8-r2 \ libqrencode=4.1.1-r0 \ openresolv=3.12.0-r0 \ wireguard-tools=1.0.20210914-r0 \