Browse Source

Update Dockerfile to use Rust 1.34.0

fees
Roman Zeyde 6 years ago
parent
commit
43ecefb4b8
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM rust:1.33.0-slim
FROM rust:1.34.0-slim
RUN apt-get update
RUN apt-get install -y clang cmake

Loading…
Cancel
Save