From a18ffbee7ec684b575274e915bef1864344d69ff Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 21 Jul 2022 12:04:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 6 +++--- thelounge/build.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 9367b87..9a9b997 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -7,7 +7,7 @@ FROM ${BUILD_FROM} RUN \ apk add --no-cache --virtual .build-dependencies \ g++=11.2.1_git20220219-r2 \ - git=2.36.1-r0 \ + git=2.36.2-r0 \ make=4.3-r0 \ python3=3.10.4-r0 \ yarn=1.22.19-r0 \ @@ -17,7 +17,7 @@ RUN \ && apk add --no-cache \ icu-data-full=71.1-r2 \ nginx=1.22.0-r1 \ - nodejs=16.15.0-r1 \ + nodejs=16.16.0-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \ diff --git a/thelounge/build.yaml b/thelounge/build.yaml index 017f0d1..808a222 100644 --- a/thelounge/build.yaml +++ b/thelounge/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:12.2.0 - amd64: ghcr.io/hassio-addons/base:12.2.0 - armhf: ghcr.io/hassio-addons/base:12.2.0 - armv7: ghcr.io/hassio-addons/base:12.2.0 - i386: ghcr.io/hassio-addons/base:12.2.0 + aarch64: ghcr.io/hassio-addons/base:12.2.1 + amd64: ghcr.io/hassio-addons/base:12.2.1 + armhf: ghcr.io/hassio-addons/base:12.2.1 + armv7: ghcr.io/hassio-addons/base:12.2.1 + i386: ghcr.io/hassio-addons/base:12.2.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev