Skip to content

Commit

Permalink
Use even smaller jre-alpine docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MartelliEnrico committed Oct 12, 2023
1 parent c16c795 commit c9f66a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/home/gradle/.gradle/caches \
COPY . .
RUN ./gradlew shadowJar --no-daemon

FROM eclipse-temurin:21-jre AS bot
FROM eclipse-temurin:21-jre-alpine AS bot
WORKDIR /app
COPY --from=builder /app/build/libs/Stickerify-shadow.jar .
COPY --from=mwader/static-ffmpeg:6.0 /ffmpeg /usr/local/bin/
Expand Down

0 comments on commit c9f66a3

Please sign in to comment.