fix: swap to using reqwest for query building

This commit is contained in:
Zomatree
2025-09-19 01:48:23 +01:00
committed by Angelo Kontaxis
parent 154204742d
commit 38dd4d1079
4 changed files with 42 additions and 47 deletions

View File

@@ -4,8 +4,6 @@ FROM ghcr.io/revoltchat/base:latest AS builder
# Bundle Stage
FROM gcr.io/distroless/cc-debian12:nonroot
COPY --from=builder /home/rust/src/target/release/revolt-gifbox ./
COPY --from=mwader/static-ffmpeg:7.0.2 /ffmpeg /usr/local/bin/
COPY --from=mwader/static-ffmpeg:7.0.2 /ffprobe /usr/local/bin/
EXPOSE 14706
USER nonroot