Skip to content

Commit 26ec846

Browse files
committed
v1.48.0
1 parent 5c09c02 commit 26ec846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG OPENSSL_VERSION=1.1.1g
1818
ARG ZLIB_VERSION=1.2.11
1919

2020
# libpq - https://ftp.postgresql.org/pub/source/
21-
ARG POSTGRESQL_VERSION=11.9
21+
ARG POSTGRESQL_VERSION=11.10
2222

2323
# Mac OS X SDK version for OS X Cross
2424
ARG MACOSX_SDK_VERSION=10.11
@@ -184,5 +184,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
184184
org.opencontainers.image.url="https://github.com/joseluisq/rust-linux-darwin-builder" \
185185
org.opencontainers.image.title="Rust Linux / Darwin Builder" \
186186
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" \
188188
org.opencontainers.image.documentation="https://github.com/joseluisq/rust-linux-darwin-builder"

docker/tmpl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG OPENSSL_VERSION=1.1.1g
1818
ARG ZLIB_VERSION=1.2.11
1919

2020
# libpq - https://ftp.postgresql.org/pub/source/
21-
ARG POSTGRESQL_VERSION=11.9
21+
ARG POSTGRESQL_VERSION=11.10
2222

2323
# Mac OS X SDK version for OS X Cross
2424
ARG MACOSX_SDK_VERSION=10.11

0 commit comments

Comments
 (0)