File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ By default the working directory is `/root/src`.
2626docker run --rm \
2727 --volume " ${PWD} /sample" :/root/src \
2828 --workdir /root/src \
29- joseluisq/rust-linux-darwin-builder:1.52.1 \
29+ joseluisq/rust-linux-darwin-builder:1.53.0 \
3030 sh -c " cargo build --release"
3131```
3232
@@ -36,7 +36,7 @@ docker run --rm \
3636docker run --rm \
3737 --volume " ${PWD} /sample" :/root/src \
3838 --workdir /root/src \
39- joseluisq/rust-linux-darwin-builder:1.52.1 \
39+ joseluisq/rust-linux-darwin-builder:1.53.0 \
4040 sh -c " cargo build --release --target x86_64-apple-darwin"
4141```
4242
@@ -45,7 +45,7 @@ docker run --rm \
4545You can also use the image as a base for your own Dockerfile:
4646
4747``` Dockerfile
48- FROM joseluisq/rust-linux-darwin-builder:1.52.1
48+ FROM joseluisq/rust-linux-darwin-builder:1.53.0
4949```
5050
5151### OSXCross
You can’t perform that action at this time.
0 commit comments