We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0250fd4 commit 6b77041Copy full SHA for 6b77041
Dockerfile
@@ -24,7 +24,8 @@ RUN unzip DiscordSoundboard.zip
24
RUN rm DiscordSoundboard.zip
25
26
# ---- Runtime Stage ----
27
-FROM eclipse-temurin:25-jdk-alpine
+# Using Debian-based image (not alpine) for glibc compatibility with jDave native libraries
28
+FROM eclipse-temurin:25-jre
29
30
WORKDIR /etc/DiscordSoundboard
31
gradle.properties
@@ -1,2 +1,2 @@
1
-projectVersion=4.1.43
+projectVersion=4.1.44
2
org.gradle.configuration-cache=false
0 commit comments