From 9d711a8f2dd632c58b851c03c3270a11a11c322e Mon Sep 17 00:00:00 2001 From: Sean Pointon Date: Sat, 22 Jan 2022 15:43:31 +0000 Subject: [PATCH] Update discordjs and node --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 532e68e..299862c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,8 @@ RUN apt-get install npm build-essential libtool autoconf automake python2 wget - WORKDIR /usr/src/app RUN npm -g i n -RUN n v14 +RUN n v17 RUN npm -g i npm -RUN npm install discord.js@12 @discordjs/opus prism-media sodium +RUN npm install discord.js@13 @discordjs/opus prism-media sodium RUN npm audit fix -