Skip to content

Conversation

@Muscraft
Copy link
Contributor

@Muscraft Muscraft commented Dec 3, 2025

@Muscraft Muscraft requested a review from a team as a code owner December 3, 2025 22:33
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

Diff for e6eefc9:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e7c54a1..969c0cd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,17 +3,17 @@ GitRepo: https://github.com/rust-lang/docker-rust.git
 
 Tags: 1-alpine3.20, 1.91-alpine3.20, 1.91.1-alpine3.20, alpine3.20
 Architectures: amd64, arm64v8, ppc64le
-GitCommit: 0ad6d349fa1a5d6cc64e3bd9a27e5f6762df9abc
+GitCommit: 87dc1897ae38315b52ecedf77227576e4861487d
 Directory: stable/alpine3.20
 
 Tags: 1-alpine3.21, 1.91-alpine3.21, 1.91.1-alpine3.21, alpine3.21
 Architectures: amd64, arm64v8, ppc64le
-GitCommit: 0ad6d349fa1a5d6cc64e3bd9a27e5f6762df9abc
+GitCommit: 87dc1897ae38315b52ecedf77227576e4861487d
 Directory: stable/alpine3.21
 
 Tags: 1-alpine3.22, 1.91-alpine3.22, 1.91.1-alpine3.22, alpine3.22, 1-alpine, 1.91-alpine, 1.91.1-alpine, alpine
 Architectures: amd64, arm64v8, ppc64le
-GitCommit: 0ad6d349fa1a5d6cc64e3bd9a27e5f6762df9abc
+GitCommit: 87dc1897ae38315b52ecedf77227576e4861487d
 Directory: stable/alpine3.22
 
 Tags: 1-bookworm, 1.91-bookworm, 1.91.1-bookworm, bookworm
diff --git a/rust_alpine/Dockerfile b/rust_alpine/Dockerfile
index 2c700f7..0ca7e87 100644
--- a/rust_alpine/Dockerfile
+++ b/rust_alpine/Dockerfile
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
 
 RUN apk add --no-cache \
         ca-certificates \
+        musl-dev \
         gcc
 
 ENV RUSTUP_HOME=/usr/local/rustup \
diff --git a/rust_alpine3.20/Dockerfile b/rust_alpine3.20/Dockerfile
index 41b3d15..5141217 100644
--- a/rust_alpine3.20/Dockerfile
+++ b/rust_alpine3.20/Dockerfile
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
 
 RUN apk add --no-cache \
         ca-certificates \
+        musl-dev \
         gcc
 
 ENV RUSTUP_HOME=/usr/local/rustup \
diff --git a/rust_alpine3.21/Dockerfile b/rust_alpine3.21/Dockerfile
index 16e0311..14e2a86 100644
--- a/rust_alpine3.21/Dockerfile
+++ b/rust_alpine3.21/Dockerfile
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
 
 RUN apk add --no-cache \
         ca-certificates \
+        musl-dev \
         gcc
 
 ENV RUSTUP_HOME=/usr/local/rustup \

Relevant Maintainers:

@tianon tianon merged commit bee32ee into docker-library:master Dec 3, 2025
14 checks passed
@Muscraft Muscraft deleted the rust-musl-dev branch December 3, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants