Skip to content

Commit fb88061

Browse files
committed
Updated frontend deps and use node:20
1 parent e1b757e commit fb88061

File tree

7 files changed

+8742
-3840
lines changed

7 files changed

+8742
-3840
lines changed

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV ACMESH_CONFIG_HOME=/data/.acme.sh/config \
2525
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
2626

2727
# node, fail2ban
28-
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
28+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
2929
&& apt-get update \
3030
&& apt-get install -y --no-install-recommends nodejs vim dnsutils fail2ban logrotate \
3131
&& npm install --___location=global yarn \

0 commit comments

Comments
 (0)