From 220fed4a5d7b8bea55cdd00d369948f46dfeddb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 08:33:36 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home-panel/Dockerfile | 2 +- home-panel/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 62fde55..df7aba5 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/home-panel/build.yaml b/home-panel/build.yaml index bfa0270..d9194b8 100644 --- a/home-panel/build.yaml +++ b/home-panel/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:13.2.2 - amd64: ghcr.io/hassio-addons/base:13.2.2 - armhf: ghcr.io/hassio-addons/base:13.2.2 - armv7: ghcr.io/hassio-addons/base:13.2.2 - i386: ghcr.io/hassio-addons/base:13.2.2 + aarch64: ghcr.io/hassio-addons/base:14.0.0 + amd64: ghcr.io/hassio-addons/base:14.0.0 + armhf: ghcr.io/hassio-addons/base:14.0.0 + armv7: ghcr.io/hassio-addons/base:14.0.0 + i386: ghcr.io/hassio-addons/base:14.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 94d6368af854f8773f08da24fe8ac46d8c1b00d8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 May 2023 13:11:01 +0200 Subject: [PATCH 2/3] Adjust Renovate for Alpine 3.18 --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c0ed548..b1617fd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_17/{{package}}" + "depNameTemplate": "alpine_3_18/{{package}}" }, { "fileMatch": ["/Dockerfile$"], From 12171d1caf4e97c2fad1f2424b7b224a883e3995 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 May 2023 13:11:07 +0200 Subject: [PATCH 3/3] Bump related deps --- home-panel/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index df7aba5..2f4735a 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -13,12 +13,12 @@ ARG HOME_PANEL_VERSION="v2.11.6" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - tar=1.34-r2 \ + tar=1.34-r3 \ \ && apk add --no-cache \ - nginx=1.22.1-r0 \ - nodejs=18.14.2-r0 \ - openssl=3.0.8-r4 \ + nginx=1.24.0-r3 \ + nodejs=18.16.0-r1 \ + openssl=3.1.0-r4 \ yarn=1.22.19-r0 \ \ && mkdir -p /opt/panel \