Skip to content

Commit

Permalink
chore: switch to alpine:edge
Browse files Browse the repository at this point in the history
rustc in alpine:3.20 is too old to compile wasmtime, hence the change.
  • Loading branch information
TerrorJack committed Nov 22, 2024
1 parent e0720a1 commit 812080a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile → Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:edge

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:latest` image, provides
This Docker image builds upon the `alpine:edge` 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 812080a

Please sign in to comment.