mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-05 03:21:24 +00:00
⬆️ Upgrades add-on base image to 12.2.2 (#9)
This commit is contained in:
parent
7080a7ac0d
commit
ab2bd0207c
2 changed files with 8 additions and 8 deletions
|
@ -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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ RUN \
|
||||||
py3-pip=22.1.1-r0 \
|
py3-pip=22.1.1-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
nodejs=16.15.0-r1 \
|
nodejs=16.16.0-r0 \
|
||||||
npm=8.10.0-r0 \
|
npm=8.10.0-r0 \
|
||||||
python3=3.10.4-r0 \
|
python3=3.10.5-r0 \
|
||||||
iputils=20211215-r0 \
|
iputils=20211215-r0 \
|
||||||
setpriv=2.38-r1 \
|
setpriv=2.38-r1 \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: 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.1
|
amd64: ghcr.io/hassio-addons/base:12.2.2
|
||||||
armhf: ghcr.io/hassio-addons/base:12.2.1
|
armhf: ghcr.io/hassio-addons/base:12.2.2
|
||||||
armv7: ghcr.io/hassio-addons/base:12.2.1
|
armv7: ghcr.io/hassio-addons/base:12.2.2
|
||||||
i386: ghcr.io/hassio-addons/base:12.2.1
|
i386: ghcr.io/hassio-addons/base:12.2.2
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue