Skip to content

Commit ef58be6

Browse files
committed
v1.52.1
1 parent 14afc65 commit ef58be6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ By default the working directory is `/root/src`.
2626
docker 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 \
3636
docker 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 \
4545
You 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

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG OSX_SDK_SUM=97a916b0b68aae9dcd32b7d12422ede3e5f34db8e169fa63bfb18ec410b8f5d9
3030
ARG 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

0 commit comments

Comments
 (0)