From d73618f181987e1baa83fa053550e629804eec08 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Aug 2022 19:14:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 4 ++-- thelounge/build.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 9a9b997..afe9c54 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -9,7 +9,7 @@ RUN \ g++=11.2.1_git20220219-r2 \ git=2.36.2-r0 \ make=4.3-r0 \ - python3=3.10.4-r0 \ + python3=3.10.5-r0 \ yarn=1.22.19-r0 \ \ && ln -s /usr/bin/python3 /usr/bin/python \ diff --git a/thelounge/build.yaml b/thelounge/build.yaml index 808a222..267709e 100644 --- a/thelounge/build.yaml +++ b/thelounge/build.yaml @@ -1,10 +1,10 @@ --- build_from: - 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 + aarch64: ghcr.io/hassio-addons/base:12.2.3 + amd64: ghcr.io/hassio-addons/base:12.2.3 + armhf: ghcr.io/hassio-addons/base:12.2.3 + armv7: ghcr.io/hassio-addons/base:12.2.3 + i386: ghcr.io/hassio-addons/base:12.2.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev