Browse Source
Pin Docker Rust base image to Debian Buster
patch-3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|