Skip to content

Commit 2ee1e6c

Browse files
committed
v1.51.0
1 parent 2f5975a commit 2ee1e6c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
> Use same Docker image for compiling [Rust](https://www.rust-lang.org/) programs for Linux ([musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html)) & macOS ([osxcross](https://github.com/tpoechtrager/osxcross)).
66
7-
## OpenSSL Release Notes
7+
#### OpenSSL Release Notes
88

9-
Until `v1.42.0` of this project, one old OpenSSL release `v1.0.2` was used.
10-
Now, since `v1.43.x` or greater, OpenSSL `v1.1.1` (LTS) is used which is supported until `2023-09-11`. View more at https://www.openssl.org/policies/releasestrat.html.
9+
> _Until `v1.42.0` of this project, one old OpenSSL release `v1.0.2` was used._ <br>
10+
> _Now, since `v1.43.x` or greater, OpenSSL `v1.1.1` (LTS) is used which is supported until `2023-09-11`. <br>
11+
> View more at https://www.openssl.org/policies/releasestrat.html._
1112
1213
## Overview
1314

@@ -25,7 +26,7 @@ By default the working directory is `/root/src`.
2526
docker run --rm \
2627
--volume "${PWD}/sample":/root/src \
2728
--workdir /root/src \
28-
joseluisq/rust-linux-darwin-builder:1.50.0 \
29+
joseluisq/rust-linux-darwin-builder:1.51.0 \
2930
sh -c "cargo build --release"
3031
```
3132

@@ -35,7 +36,7 @@ docker run --rm \
3536
docker run --rm \
3637
--volume "${PWD}/sample":/root/src \
3738
--workdir /root/src \
38-
joseluisq/rust-linux-darwin-builder:1.50.0 \
39+
joseluisq/rust-linux-darwin-builder:1.51.0 \
3940
sh -c "cargo build --release --target x86_64-apple-darwin"
4041
```
4142

@@ -44,7 +45,7 @@ docker run --rm \
4445
You can also use the image as a base for your own Dockerfile:
4546

4647
```Dockerfile
47-
FROM joseluisq/rust-linux-darwin-builder:1.50.0
48+
FROM joseluisq/rust-linux-darwin-builder:1.51.0
4849
```
4950

5051
### OSXCross

0 commit comments

Comments
 (0)