File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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.0 \
29+ joseluisq/rust-linux-darwin-builder:1.52.1 \
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.0 \
39+ joseluisq/rust-linux-darwin-builder:1.52.1 \
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.0
48+ FROM joseluisq/rust-linux-darwin-builder:1.52.1
4949```
5050
5151### OSXCross
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG OSX_SDK_SUM=97a916b0b68aae9dcd32b7d12422ede3e5f34db8e169fa63bfb18ec410b8f5d9
3030ARG OSX_VERSION_MIN=10.14
3131
3232# OS X Cross
33- ARG OSX_CROSS_COMMIT=5771a847950abefed9a37e2d16ee10e0dd90c641
33+ ARG OSX_CROSS_COMMIT=8a716a43a72dab1db9630d7824ee0af3730cb8f9
3434
3535# Make sure we have basic dev tools for building C libraries. Our goal
3636# here is to support the musl-libc builds and Cargo builds needed for a
You can’t perform that action at this time.
0 commit comments