Skip to content

Commit 92357d1

Browse files
committed
npm package upgrade + fix vulnerablity
1 parent c1195c3 commit 92357d1

3 files changed

Lines changed: 609 additions & 784 deletions

File tree

deployment/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS lib-build
44
WORKDIR /deps
55

66
RUN apt update && apt install -y --no-install-recommends \
7-
nodejs \
8-
npm \
7+
curl \
98
libsodium-dev \
109
libopus-dev \
1110
wget \
12-
unzip
11+
unzip \
12+
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
13+
&& apt install -y --no-install-recommends nodejs \
14+
&& rm -rf /var/lib/apt/lists/*
1315

1416
RUN wget -O /tmp/libdave.zip \
1517
https://github.com/discord/libdave/releases/download/v1.1.1/cpp/libdave-Linux-X64-boringssl.zip && \

0 commit comments

Comments
 (0)