Skip to content

Commit e483df8

Browse files
committed
allow latest libpq
Signed-off-by: clux <[email protected]>
1 parent 4e1c063 commit e483df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY etc/profile.d/cargo.sh /etc/profile.d/cargo.sh
5252
ENV SSL_VER="1.1.1o" \
5353
CURL_VER="7.83.1" \
5454
ZLIB_VER="1.2.12" \
55-
PQ_VER="11.12" \
55+
PQ_VER="14.3" \
5656
SQLITE_VER="3380500" \
5757
CC=musl-gcc \
5858
PREFIX=/musl \

update_libs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def rustup_version():
8383
if __name__ == '__main__':
8484
PACKAGES = {
8585
'CURL': pkgver('curl'),
86-
#'PQ': pkgver('postgresql-old-upgrade'), # see https://github.com/clux/muslrust/issues/81
86+
'PQ': pkgver('postgresql'),
8787
'SQLITE': convert_sqlite_version(pkgver('sqlite')),
8888
'SSL': convert_openssl_version(pkgver('openssl')),
8989
'ZLIB': pkgver('zlib'),

0 commit comments

Comments
 (0)