Skip to content

Commit

Permalink
Update v 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Jun 2, 2024
1 parent 9a524f5 commit 88f3e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ WORKDIR /opt/lavamusic/
# Copy package files and install dependencies
COPY package*.json ./

# Copy source code
COPY . .

RUN apt update
RUN apt install openssl -y

RUN npm install

RUN npm config set global --legacy-peer-deps

# Copy source code
COPY . .

# Copy tsconfig.json
COPY tsconfig.json ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lavamusic",
"version": "4.3.2",
"version": "4.3.3",
"description": "LavaMusic is a music bot for Discord, written in JavaScript using the Discord.js, Typescript, Shoukaku (Lavalink) library.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 88f3e80

Please sign in to comment.