diff --git a/Containerfile b/Dockerfile similarity index 83% rename from Containerfile rename to Dockerfile index c4967ac..d9c4370 100644 --- a/Containerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:latest COPY build.sh mimalloc.diff /tmp/ diff --git a/README.md b/README.md index 6f1e096..31738fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `rust-alpine-mimalloc` -This Docker image builds upon the `alpine:edge` image, provides +This Docker image builds upon the `alpine:latest` image, provides `cargo`/`rustc` and replaces the default musl malloc implementation with [`mimalloc`](https://github.com/microsoft/mimalloc). If you build Rust or C/C++ static executables in this image, the resulting