Skip to content

Commit

Permalink
Revert "chore: switch to alpine:edge"
Browse files Browse the repository at this point in the history
This reverts commit 812080a.
alpine:latest now points to 3.21 which should work for us.
  • Loading branch information
TerrorJack committed Dec 7, 2024
1 parent 812080a commit 963359a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile → 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 963359a

Please sign in to comment.