Skip to content

Commit c5f90f3

Browse files
authored
Replace rust-musl-builder with official Rust alpine image
1 parent 1f8158e commit c5f90f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ Sometimes it's advantageous to deploy Rust into containers
312312
(e.g. [Docker](https://www.docker.com/)). There are several great existing resources to help
313313
create minimum sized container images that run Rust binaries.
314314

315+
- [Official `rust:alpine` image](https://hub.docker.com/_/rust)
315316
- [mini-docker-rust](https://github.com/kpcyrd/mini-docker-rust)
316-
- [rust-musl-builder](https://github.com/emk/rust-musl-builder)
317317
- [muslrust](https://github.com/clux/muslrust)
318318
- [docker-slim](https://github.com/docker-slim/docker-slim) - Minify Docker images
319319

0 commit comments

Comments
 (0)