mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Upgrades add-on base image to 13.1.0 (#37)
This commit is contained in:
parent
656539223c
commit
70a44c6407
2 changed files with 7 additions and 7 deletions
|
@ -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" \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue