Skip to content

Commit 6b77041

Browse files
committed
New lavaplayer that should work with Java 25
1 parent 0250fd4 commit 6b77041

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN unzip DiscordSoundboard.zip
2424
RUN rm DiscordSoundboard.zip
2525

2626
# ---- Runtime Stage ----
27-
FROM eclipse-temurin:25-jdk-alpine
27+
# Using Debian-based image (not alpine) for glibc compatibility with jDave native libraries
28+
FROM eclipse-temurin:25-jre
2829

2930
WORKDIR /etc/DiscordSoundboard
3031

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
projectVersion=4.1.43
1+
projectVersion=4.1.44
22
org.gradle.configuration-cache=false

0 commit comments

Comments
 (0)