Skip to content

Commit 89be770

Browse files
committed
v1.63.0
- libpq 14.5
1 parent b623ea2 commit 89be770

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default, the working directory is `/root/src`.
3838
docker run --rm \
3939
--volume "${PWD}/sample":/root/src \
4040
--workdir /root/src \
41-
joseluisq/rust-linux-darwin-builder:1.62.1 \
41+
joseluisq/rust-linux-darwin-builder:1.63.0 \
4242
sh -c "cargo build --release"
4343
```
4444

@@ -50,7 +50,7 @@ docker run --rm \
5050
docker run --rm \
5151
--volume "${PWD}/sample":/root/src \
5252
--workdir /root/src \
53-
joseluisq/rust-linux-darwin-builder:1.62.1 \
53+
joseluisq/rust-linux-darwin-builder:1.63.0 \
5454
sh -c "cargo build --release --target x86_64-apple-darwin"
5555
```
5656

@@ -63,7 +63,7 @@ It's known that the [`CARGO_HOME`](https://doc.rust-lang.org/cargo/guide/cargo-h
6363
You can also use the image as a base for your Dockerfile:
6464

6565
```Dockerfile
66-
FROM joseluisq/rust-linux-darwin-builder:1.62.1
66+
FROM joseluisq/rust-linux-darwin-builder:1.63.0
6767
```
6868

6969
### OSXCross
@@ -106,7 +106,7 @@ compile:
106106
@docker run --rm -it \
107107
-v $(PWD):/drone/src \
108108
-w /drone/src \
109-
joseluisq/rust-linux-darwin-builder:1.62.1 \
109+
joseluisq/rust-linux-darwin-builder:1.63.0 \
110110
make cross-compile
111111
.PHONY: compile
112112

@@ -131,12 +131,12 @@ Just run the makefile `compile` target, then you will see two release binaries `
131131
make compile
132132
# 1. Cross compiling example...
133133

134-
# rustc 1.62.1 (e092d0b6b 2022-07-16)
134+
# rustc 1.63.0 (4b91a6ea7 2022-08-08)
135135
# binary: rustc
136-
# commit-hash: e092d0b6b43f2de967af0887873151bb1c0b18d3
137-
# commit-date: 2022-07-16
136+
# commit-hash: 4b91a6ea7258a947e59c6522cd5898e7c0a6a88f
137+
# commit-date: 2022-08-08
138138
# host: x86_64-unknown-linux-gnu
139-
# release: 1.62.1
139+
# release: 1.63.0
140140
# LLVM version: 14.0.5
141141

142142
# 2. Compiling application (linux-musl x86_64)...

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG OPENSSL_VERSION=1.1.1p
2121
ARG ZLIB_VERSION=1.2.12
2222

2323
# libpq - https://ftp.postgresql.org/pub/source/
24-
ARG POSTGRESQL_VERSION=14.4
24+
ARG POSTGRESQL_VERSION=14.5
2525

2626
# Mac OS X SDK version - https://github.com/joseluisq/macosx-sdks
2727
ARG OSX_SDK_VERSION=12.3

0 commit comments

Comments
 (0)