⬆️ Upgrades add-on base image to 13.1.0 (#37)

This commit is contained in:
Franck Nijhof 2023-01-17 19:20:40 +01:00 committed by GitHub
parent 656539223c
commit 70a44c6407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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" \

View file

@ -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