From e09a9eeb7bd7765363d1c424655cc6d56064f889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:47:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v14=20(#147)?= 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 | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 40b83a3..d79e072 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$"], diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index e753033..95612ce 100644 --- a/thelounge/Dockerfile +++ b/thelounge/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} @@ -7,16 +7,16 @@ ARG THE_LOUNGE_VERSION="v4.3.1" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - g++=12.2.1_git20220924-r4 \ - git=2.38.5-r0 \ - make=4.3-r1 \ - python3=3.10.11-r0 \ + g++=12.2.1_git20220924-r10 \ + git=2.40.1-r0 \ + make=4.4.1-r1 \ + python3=3.11.3-r11 \ yarn=1.22.19-r0 \ \ && apk add --no-cache \ - icu-data-full=72.1-r1 \ - nginx=1.22.1-r0 \ - nodejs=18.14.2-r0 \ + icu-data-full=73.1-r1 \ + nginx=1.24.0-r3 \ + nodejs=18.16.0-r1 \ \ && yarn global add \ modclean@3.0.0-beta.1 \ diff --git a/thelounge/build.yaml b/thelounge/build.yaml index bfa0270..d9194b8 100644 --- a/thelounge/build.yaml +++ b/thelounge/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