Dump lavalink and plugin version

This commit is contained in:
Choco
2025-06-15 10:44:12 +08:00
parent 026b262752
commit 15d0ac3fc8
3 changed files with 3 additions and 4 deletions

View File

@@ -101,7 +101,6 @@ services:
# - 8000:8000
# networks:
# - vocard
# - web
vocard:
container_name: vocard

View File

@@ -5,7 +5,7 @@ RUN groupadd -g 322 lavalink && \
WORKDIR /opt/Lavalink
ADD --chown=lavalink:lavalink https://github.com/lavalink-devs/Lavalink/releases/download/4.0.8/Lavalink.jar .
ADD --chown=lavalink:lavalink https://github.com/lavalink-devs/Lavalink/releases/download/4.1.1/Lavalink.jar .
RUN apt-get update && \
apt-get install -y --no-install-recommends netcat-openbsd && \

View File

@@ -100,9 +100,9 @@ plugins:
recommendationsLoadLimit: 10 # Number of tracks
lavalink:
plugins:
- dependency: "dev.lavalink.youtube:youtube-plugin:1.13.2" # Please check the latest version at https://github.com/lavalink-devs/youtube-source/releases
- dependency: "dev.lavalink.youtube:youtube-plugin:1.13.3" # Please check the latest version at https://github.com/lavalink-devs/youtube-source/releases
snapshot: false
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.6.0" # Please check the latest version at https://github.com/topi314/LavaSrc/releases
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.7.0" # Please check the latest version at https://github.com/topi314/LavaSrc/releases
snapshot: false
# - dependency: "com.github.example:example-plugin:1.0.0" # required, the coordinates of your plugin
# repository: "https://maven.example.com/releases" # optional, defaults to the Lavalink releases repository by default