From 8f1ab3024668480a9360523fe3d92d27f8037abf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:08:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v15=20(#181)?= 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 --- .github/renovate.json | 2 +- thelounge/Dockerfile | 16 +++++++--------- thelounge/build.yaml | 6 +++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d79e072..3a50ad5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_18/{{package}}" + "depNameTemplate": "alpine_3_19/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index b6a827d..9a9f5b6 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -7,16 +7,14 @@ ARG THE_LOUNGE_VERSION="v4.4.1" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - g++=12.2.1_git20220924-r10 \ - git=2.40.1-r0 \ - make=4.4.1-r1 \ - python3=3.11.6-r0 \ - yarn=1.22.19-r0 \ + g++=13.2.1_git20231014-r0 \ + git=2.43.0-r0 \ + make=4.4.1-r2 \ + python3=3.11.6-r1 \ \ && apk add --no-cache \ - icu-data-full=73.2-r2 \ - nginx=1.24.0-r7 \ - nodejs=18.18.2-r0 \ + icu-data-full=74.1-r0 \ + nginx=1.24.0-r14 \ \ && yarn global add \ modclean@3.0.0-beta.1 \ diff --git a/thelounge/build.yaml b/thelounge/build.yaml index 0f64554..4f66e9a 100644 --- a/thelounge/build.yaml +++ b/thelounge/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.3.3 - amd64: ghcr.io/hassio-addons/base:14.3.3 - armv7: ghcr.io/hassio-addons/base:14.3.3 + aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.0 + amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0 + armv7: ghcr.io/hassio-addons/base-nodejs:0.1.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev