Skip to content

Commit 520f4e6

Browse files
committed
Use latest Rust in backend Docker image.
The `pest` crate (a dependency of `comrak`) requires at least Rust 1.23 (https://github.com/pest-parser/pest#usage). Currently we test crates.io on Travis using latest stable Rust (and newer). I don't think there's any reason to pin the Docker image to a specific (and outdated) Rust version.
1 parent a093b70 commit 520f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.20-stretch
1+
FROM rust:latest
22

33
RUN apt-get update \
44
&& apt-get install -y postgresql cmake \

0 commit comments

Comments
 (0)