From d9e3661fd2938ac2a4bf100a058bea575c4ba848 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:41:15 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F?= =?UTF-8?q?19/go=20to=20v1.21.10-r0=20(#308)?= 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 3834e2e..1d4da47 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -13,7 +13,7 @@ RUN \ git=2.43.0-r0 \ \ && apk add --no-cache \ - go=1.21.9-r0 \ + go=1.21.10-r0 \ iptables=1.8.10-r3 \ libqrencode-tools=4.1.1-r2 \ openresolv=3.13.2-r0 \ From e1440b8802b7e8e0927452c5f6278cc0bbce4679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:18:15 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F?= =?UTF-8?q?19/git=20to=20v2.43.4-r0=20(#309)?= 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 1d4da47..22deb83 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - git=2.43.0-r0 \ + git=2.43.4-r0 \ \ && apk add --no-cache \ go=1.21.10-r0 \ From a86a42eb5b50880de48b63fbc1c4ed7230d71acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 22:46:29 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v15.0.9=20(#311)?= 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 +- wireguard/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 22deb83..6eb2988 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/wireguard/build.yaml b/wireguard/build.yaml index 243e4a0..ecaa5e2 100644 --- a/wireguard/build.yaml +++ b/wireguard/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:15.0.8 - amd64: ghcr.io/hassio-addons/base:15.0.8 - armv7: ghcr.io/hassio-addons/base:15.0.8 + aarch64: ghcr.io/hassio-addons/base:15.0.9 + amd64: ghcr.io/hassio-addons/base:15.0.9 + armv7: ghcr.io/hassio-addons/base:15.0.9 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 2f12cf7a50838608fe7086b47f8e0e47ebab7ac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 10:31:48 +0200 Subject: [PATCH 4/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v16=20(#312)?= 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> Co-authored-by: Franck Nijhof --- wireguard/Dockerfile | 8 ++++---- wireguard/build.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 6eb2988..c2557a2 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - git=2.43.4-r0 \ + git=2.45.1-r0 \ \ && apk add --no-cache \ - go=1.21.10-r0 \ + go=1.22.3-r0 \ iptables=1.8.10-r3 \ libqrencode-tools=4.1.1-r2 \ openresolv=3.13.2-r0 \ - wireguard-tools=1.0.20210914-r3 \ + wireguard-tools=1.0.20210914-r4 \ \ && ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \ && ln -sf /sbin/xtables-nft-multi /sbin/iptables \ diff --git a/wireguard/build.yaml b/wireguard/build.yaml index ecaa5e2..dae34aa 100644 --- a/wireguard/build.yaml +++ b/wireguard/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:15.0.9 - amd64: ghcr.io/hassio-addons/base:15.0.9 - armv7: ghcr.io/hassio-addons/base:15.0.9 + aarch64: ghcr.io/hassio-addons/base:16.0.0 + amd64: ghcr.io/hassio-addons/base:16.0.0 + armv7: ghcr.io/hassio-addons/base:16.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev