We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd9543 commit c0a44f7Copy full SHA for c0a44f7
Dockerfile
@@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/home/gradle/.gradle/caches \
8
COPY . .
9
RUN ./gradlew runtime --no-daemon
10
11
-FROM debian:unstable-slim AS bot
+FROM debian:trixie-slim AS bot
12
COPY --from=builder /app/build/jre ./jre
13
COPY --from=builder /app/build/libs/Stickerify-shadow.jar .
14
COPY --from=builder /usr/bin/cwebp /usr/local/bin/
0 commit comments