Files
neon/test_runner/pg_clients/rust/tokio-postgres/Dockerfile
Alexander Bayandin 291b4f0d41 Update client libs for test_runner/pg_clients to their latest versions (#4092)
Also, use Workaround D for `swift/PostgresClientKitExample`, 
which supports neither SNI nor connections options
2023-05-04 18:22:04 +01:00

7 lines
104 B
Docker

FROM rust:1.69
WORKDIR /source
COPY . .
RUN cargo build
CMD ["/source/target/debug/rust-neon-example"]