File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG OPENSSL_VERSION=1.1.1g
18
18
ARG ZLIB_VERSION=1.2.11
19
19
20
20
# libpq - https://ftp.postgresql.org/pub/source/
21
- ARG POSTGRESQL_VERSION=11.9
21
+ ARG POSTGRESQL_VERSION=11.10
22
22
23
23
# Mac OS X SDK version for OS X Cross
24
24
ARG MACOSX_SDK_VERSION=10.11
@@ -184,5 +184,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
184
184
org.opencontainers.image.url="https://github.com/joseluisq/rust-linux-darwin-builder" \
185
185
org.opencontainers.image.title="Rust Linux / Darwin Builder" \
186
186
org.opencontainers.image.description="Use same Docker image for compiling Rust programs for Linux (musl libc) & macOS (osxcross)." \
187
- org.opencontainers.image.version="v1.47 .0" \
187
+ org.opencontainers.image.version="v1.48 .0" \
188
188
org.opencontainers.image.documentation="https://github.com/joseluisq/rust-linux-darwin-builder"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG OPENSSL_VERSION=1.1.1g
18
18
ARG ZLIB_VERSION=1.2.11
19
19
20
20
# libpq - https://ftp.postgresql.org/pub/source/
21
- ARG POSTGRESQL_VERSION=11.9
21
+ ARG POSTGRESQL_VERSION=11.10
22
22
23
23
# Mac OS X SDK version for OS X Cross
24
24
ARG MACOSX_SDK_VERSION=10.11
You can’t perform that action at this time.
0 commit comments