Updated frontend deps and use node:20

This commit is contained in:
Jamie Curnow
2024-05-08 09:41:32 +10:00
parent e1b757e177
commit fb880616c7
7 changed files with 8653 additions and 3751 deletions

View File

@ -25,7 +25,7 @@ ENV ACMESH_CONFIG_HOME=/data/.acme.sh/config \
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
# node, fail2ban
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends nodejs vim dnsutils fail2ban logrotate \
&& npm install --location=global yarn \