From ab2bd0207ca3732838d8356365af2a6d9db00070 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Aug 2022 22:20:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.2=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uptime-kuma/Dockerfile | 6 +++--- uptime-kuma/build.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index e2fc815..5a3e60d 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/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.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -19,9 +19,9 @@ RUN \ py3-pip=22.1.1-r0 \ \ && apk add --no-cache \ - nodejs=16.15.0-r1 \ + nodejs=16.16.0-r0 \ npm=8.10.0-r0 \ - python3=3.10.4-r0 \ + python3=3.10.5-r0 \ iputils=20211215-r0 \ setpriv=2.38-r1 \ \ diff --git a/uptime-kuma/build.yaml b/uptime-kuma/build.yaml index 808a222..c75bba0 100644 --- a/uptime-kuma/build.yaml +++ b/uptime-kuma/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.2 + amd64: ghcr.io/hassio-addons/base:12.2.2 + armhf: ghcr.io/hassio-addons/base:12.2.2 + armv7: ghcr.io/hassio-addons/base:12.2.2 + i386: ghcr.io/hassio-addons/base:12.2.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev