From 670b8891f4630c507b7a8a242d3da032227d287d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:28:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F20/g?= =?UTF-8?q?o=20to=20v1.22.4-r0=20(#318)?= 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 ffa2f1f..4134d07 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -13,7 +13,7 @@ RUN \ git=2.45.2-r0 \ \ && apk add --no-cache \ - go=1.22.3-r0 \ + go=1.22.4-r0 \ iptables=1.8.10-r3 \ libqrencode-tools=4.1.1-r2 \ openresolv=3.13.2-r0 \