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