From d1e02d68ed748b5f759f521a06ba30f2f502bacb Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Sat, 7 Dec 2024 19:24:19 +0000 Subject: [PATCH] Revert "chore: switch to alpine:edge" This reverts commit 812080ac6b32642a1f3a81e2aa55e879e1457a01. alpine:latest now points to 3.21 which should work for us. --- Containerfile => Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Containerfile => Dockerfile (83%) 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