Browse Source

Pin Docker Rust base image to Debian Buster

patch-3
Luke Childs 5 years ago
committed by GitHub
parent
commit
6148be8569
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save