mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +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
|