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