diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index ac46d89..9367b87 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/thelounge/build.yaml b/thelounge/build.yaml index 9f7b211..017f0d1 100644 --- a/thelounge/build.yaml +++ b/thelounge/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0 - amd64: ghcr.io/hassio-addons/base/amd64:12.0.0 - armhf: ghcr.io/hassio-addons/base/armhf:12.0.0 - armv7: ghcr.io/hassio-addons/base/armv7:12.0.0 - i386: ghcr.io/hassio-addons/base/i386:12.0.0 + 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 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev