mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-03 18:41:21 +00:00
Update to Alpine 3.21 (NodeJS 22) (#226)
This commit is contained in:
parent
b5a3a5638e
commit
60c26818b0
3 changed files with 11 additions and 9 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -25,7 +25,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.5
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.1
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -19,12 +19,14 @@ ARG BUILD_ARCH=amd64
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
py3-pip=23.3.1-r0 \
|
py3-pip=24.3.1-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
python3=3.11.11-r0 \
|
iputils=20240905-r0 \
|
||||||
iputils=20221126-r2 \
|
nodejs=22.13.1-r0 \
|
||||||
setpriv=2.39.3-r0 \
|
npm=10.9.1-r0 \
|
||||||
|
python3=3.12.9-r0 \
|
||||||
|
setpriv=2.40.4-r0 \
|
||||||
\
|
\
|
||||||
&& mkdir -p /opt/uptime-kuma \
|
&& mkdir -p /opt/uptime-kuma \
|
||||||
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/${UPTIME_KUMA_VERSION}.tar.gz" \
|
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/${UPTIME_KUMA_VERSION}.tar.gz" \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.5
|
aarch64: ghcr.io/hassio-addons/base:17.2.1
|
||||||
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.5
|
amd64: ghcr.io/hassio-addons/base:17.2.1
|
||||||
armv7: ghcr.io/hassio-addons/base-nodejs:0.2.5
|
armv7: ghcr.io/hassio-addons/base:17.2.1
|
||||||
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