mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-07 04:21:23 +00:00
Update to Alpine 3.21 (NodeJS 22) (#207)
This commit is contained in:
parent
dc1caec213
commit
6c1be5294d
3 changed files with 12 additions and 10 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}
|
||||||
|
|
||||||
|
@ -7,14 +7,16 @@ ARG THE_LOUNGE_VERSION="v4.4.3"
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=13.2.1_git20231014-r0 \
|
g++=14.2.0-r4 \
|
||||||
git=2.43.6-r0 \
|
git=2.47.2-r0 \
|
||||||
make=4.4.1-r2 \
|
make=4.4.1-r2 \
|
||||||
python3=3.11.11-r0 \
|
python3=3.12.9-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
icu-data-full=74.1-r0 \
|
icu-data-full=74.2-r0 \
|
||||||
nginx=1.24.0-r16 \
|
nginx=1.26.2-r4 \
|
||||||
|
nodejs=22.13.1-r0 \
|
||||||
|
yarn=1.22.22-r1 \
|
||||||
\
|
\
|
||||||
&& yarn global add \
|
&& yarn global add \
|
||||||
modclean@3.0.0-beta.1 \
|
modclean@3.0.0-beta.1 \
|
||||||
|
|
|
@ -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