mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 11:01:27 +00:00
Update dependencies
This commit is contained in:
parent
1e8593cd37
commit
ece997acb8
2 changed files with 8 additions and 8 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -7,16 +7,16 @@ ARG THE_LOUNGE_VERSION="v4.4.1"
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=12.2.1_git20220924-r10 \
|
g++=13.2.1_git20231014-r0 \
|
||||||
git=2.40.1-r0 \
|
git=2.43.0-r0 \
|
||||||
make=4.4.1-r1 \
|
make=4.4.1-r2 \
|
||||||
python3=3.11.6-r0 \
|
python3=3.11.6-r1 \
|
||||||
yarn=1.22.19-r0 \
|
yarn=1.22.19-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
icu-data-full=73.2-r2 \
|
icu-data-full=74.1-r0 \
|
||||||
nginx=1.24.0-r7 \
|
nginx=1.24.0-r14 \
|
||||||
nodejs=18.18.2-r0 \
|
nodejs=20.10.0-r1 \
|
||||||
\
|
\
|
||||||
&& yarn global add \
|
&& yarn global add \
|
||||||
modclean@3.0.0-beta.1 \
|
modclean@3.0.0-beta.1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue