Update dependencies

This commit is contained in:
Franck Nijhof 2023-12-09 13:47:05 +01:00
parent 1e8593cd37
commit ece997acb8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],

View file

@ -7,16 +7,16 @@ ARG THE_LOUNGE_VERSION="v4.4.1"
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=12.2.1_git20220924-r10 \
git=2.40.1-r0 \
make=4.4.1-r1 \
python3=3.11.6-r0 \
g++=13.2.1_git20231014-r0 \
git=2.43.0-r0 \
make=4.4.1-r2 \
python3=3.11.6-r1 \
yarn=1.22.19-r0 \
\
&& apk add --no-cache \
icu-data-full=73.2-r2 \
nginx=1.24.0-r7 \
nodejs=18.18.2-r0 \
icu-data-full=74.1-r0 \
nginx=1.24.0-r14 \
nodejs=20.10.0-r1 \
\
&& yarn global add \
modclean@3.0.0-beta.1 \