Skip to content

Commit

Permalink
fix:(docker, builder): tag incorrect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 16, 2023
1 parent 5565411 commit 1597270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM messense/rust-musl-cross:aarch64-musl
FROM messense/rust-musl-cross:x86_64-musl
RUN rustup toolchain install nightly --profile minimal -t x86_64-unknown-linux-musl
CMD ["/bin/bash"]
WORKDIR /home/rust/src

0 comments on commit 1597270

Please sign in to comment.