Skip to content

Commit

Permalink
allow latest libpq
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed May 24, 2022
1 parent 4e1c063 commit e483df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY etc/profile.d/cargo.sh /etc/profile.d/cargo.sh
ENV SSL_VER="1.1.1o" \
CURL_VER="7.83.1" \
ZLIB_VER="1.2.12" \
PQ_VER="11.12" \
PQ_VER="14.3" \
SQLITE_VER="3380500" \
CC=musl-gcc \
PREFIX=/musl \
Expand Down
2 changes: 1 addition & 1 deletion update_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def rustup_version():
if __name__ == '__main__':
PACKAGES = {
'CURL': pkgver('curl'),
#'PQ': pkgver('postgresql-old-upgrade'), # see https://github.com/clux/muslrust/issues/81
'PQ': pkgver('postgresql'),
'SQLITE': convert_sqlite_version(pkgver('sqlite')),
'SSL': convert_openssl_version(pkgver('openssl')),
'ZLIB': pkgver('zlib'),
Expand Down

0 comments on commit e483df8

Please sign in to comment.