From 1ce0d030056b3951de374eb7e4ec1b0fcb2790ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:04:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/g?= =?UTF-8?q?o=20to=20v1.20.10-r0=20(#270)?= 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 0695af2..b380e3a 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -13,7 +13,7 @@ RUN \ git=2.40.1-r0 \ \ && apk add --no-cache \ - go=1.20.9-r0 \ + go=1.20.10-r0 \ iptables=1.8.9-r2 \ libqrencode=4.1.1-r1 \ openresolv=3.13.2-r0 \