Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
update 1 of many
Browse files Browse the repository at this point in the history
  • Loading branch information
soer7022 committed Nov 29, 2023
1 parent fa5e02f commit 51c914c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20
COPY . /app
WORKDIR /app
RUN apt-get update && apt-get install -yq \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.13.0",
"discord.js": "^14.6.0",
"discord.js": "^14.14.1",
"sodium": "^3.0.2"
}
}

0 comments on commit 51c914c

Please sign in to comment.