include const time host info for reqwest endpoint

This commit is contained in:
2024-12-23 20:24:50 -06:00
parent 0ab8ad9660
commit c288c52517
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM rust:latest AS builder-demo
WORKDIR /build/demo
RUN apt update && apt install -y g++-mingw-w64-x86-64
ARG RAILWAY_PUBLIC_DOMAIN
RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add x86_64-unknown-linux-gnu