diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 217c9db..3da5b52 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -23,7 +23,7 @@ RUN \ npm=9.1.2-r0 \ python3=3.10.9-r1 \ iputils=20211215-r0 \ - setpriv=2.38.1-r0 \ + setpriv=2.38.1-r1 \ \ && mkdir -p /opt/uptime-kuma \ && curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.19.3.tar.gz" \ diff --git a/uptime-kuma/build.yaml b/uptime-kuma/build.yaml index e3d1f7d..efa2fd5 100644 --- a/uptime-kuma/build.yaml +++ b/uptime-kuma/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:13.0.0 - amd64: ghcr.io/hassio-addons/base:13.0.0 - armhf: ghcr.io/hassio-addons/base:13.0.0 - armv7: ghcr.io/hassio-addons/base:13.0.0 - i386: ghcr.io/hassio-addons/base:13.0.0 + aarch64: ghcr.io/hassio-addons/base:13.1.0 + amd64: ghcr.io/hassio-addons/base:13.1.0 + armhf: ghcr.io/hassio-addons/base:13.1.0 + armv7: ghcr.io/hassio-addons/base:13.1.0 + i386: ghcr.io/hassio-addons/base:13.1.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev