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 -