1
0
mirror of https://github.com/uditkarode/bml-proxy.git synced 2025-06-26 18:24:06 +00:00

change build image to debian base, bc alpine gay

This commit is contained in:
2023-05-30 22:58:57 +05:00
parent 7fddc087a2
commit b07ec89213

@ -11,7 +11,7 @@ RUN apt-get update \
RUN cargo build --release RUN cargo build --release
FROM lwthiker/curl-impersonate:latest FROM lwthiker/curl-impersonate:0.5-chrome-slim-bullseye
WORKDIR /root WORKDIR /root
COPY --from=build /root/target/release/bml_proxy /root/ COPY --from=build /root/target/release/bml_proxy /root/