Browse Source

Update Docker to use 'rust:1.42.0-slim'

patch-3
Roman Zeyde 5 years ago
parent
commit
7d23da5ffc
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.34.0-slim
FROM rust:1.42.0-slim
RUN apt-get update
RUN apt-get install -y clang cmake

Loading…
Cancel
Save