mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-28 13:31:41 +00:00
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM rust:stretch
|
|
|
|
RUN rustup toolchain install nightly-2020-05-30 && \
|
|
rustup default nightly-2020-05-30
|