refs #5879 debuild: Node upgraded to v20

This commit is contained in:
Juan Ferrer 2023-06-20 17:27:58 +02:00
parent 479d218ad8
commit 35ed15584a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim
ARG DEBIAN_FRONTEND=noninteractive
@ -16,7 +16,7 @@ RUN apt-get update \
ca-certificates \
gnupg2 \
libfontconfig \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends \
nodejs \
&& npm install -g npm