Skip to content

Commit c0a44f7

Browse files
committed
switch final image to debian trixie
1 parent 6fd9543 commit c0a44f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/home/gradle/.gradle/caches \
88
COPY . .
99
RUN ./gradlew runtime --no-daemon
1010

11-
FROM debian:unstable-slim AS bot
11+
FROM debian:trixie-slim AS bot
1212
COPY --from=builder /app/build/jre ./jre
1313
COPY --from=builder /app/build/libs/Stickerify-shadow.jar .
1414
COPY --from=builder /usr/bin/cwebp /usr/local/bin/

0 commit comments

Comments
 (0)