fix: swap to using reqwest for query building
This commit is contained in:
committed by
Angelo Kontaxis
parent
154204742d
commit
38dd4d1079
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user