Skip to content

Commit

Permalink
Use alpine:latest instead of alpine:edge
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Aug 6, 2024
1 parent 952823c commit 061c9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:latest

COPY build.sh mimalloc.diff /tmp/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 061c9ce

Please sign in to comment.