Update all frontend libraries

This commit is contained in:
Jamie Curnow
2023-04-11 21:24:18 +10:00
parent e3ce8b4d12
commit a5166435ff
6 changed files with 1653 additions and 965 deletions

View File

@ -23,7 +23,7 @@ ENV GOPROXY=$GOPROXY \
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
# usql, node, fail2ban
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends nodejs vim dnsutils fail2ban \
&& npm install --location=global yarn \