File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.54 .0 \
29+ joseluisq/rust-linux-darwin-builder:1.55 .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.54 .0 \
39+ joseluisq/rust-linux-darwin-builder:1.55 .0 \
4040 sh -c " cargo build --release --target x86_64-apple-darwin"
4141```
4242
@@ -49,7 +49,7 @@ It's known that the [`CARGO_HOME`](https://doc.rust-lang.org/cargo/guide/cargo-h
4949You can also use the image as a base for your own Dockerfile:
5050
5151``` Dockerfile
52- FROM joseluisq/rust-linux-darwin-builder:1.54 .0
52+ FROM joseluisq/rust-linux-darwin-builder:1.55 .0
5353```
5454
5555### OSXCross
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ ARG TOOLCHAIN=stable
1616
1717# OpenSSL v1.1.1
1818# https://www.openssl.org/source/old/1.1.1/
19- ARG OPENSSL_VERSION=1.1.1j
19+ ARG OPENSSL_VERSION=1.1.1k
2020
2121# zlib - http://zlib.net/
2222ARG ZLIB_VERSION=1.2.11
2323
2424# libpq - https://ftp.postgresql.org/pub/source/
25- ARG POSTGRESQL_VERSION=13.3
25+ ARG POSTGRESQL_VERSION=13.4
2626
2727# Mac OS X SDK version
2828ARG OSX_SDK_VERSION=11.3
You can’t perform that action at this time.
0 commit comments