We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1c063 commit e483df8Copy full SHA for e483df8
Dockerfile
@@ -52,7 +52,7 @@ COPY etc/profile.d/cargo.sh /etc/profile.d/cargo.sh
52
ENV SSL_VER="1.1.1o" \
53
CURL_VER="7.83.1" \
54
ZLIB_VER="1.2.12" \
55
- PQ_VER="11.12" \
+ PQ_VER="14.3" \
56
SQLITE_VER="3380500" \
57
CC=musl-gcc \
58
PREFIX=/musl \
update_libs.py
@@ -83,7 +83,7 @@ def rustup_version():
83
if __name__ == '__main__':
84
PACKAGES = {
85
'CURL': pkgver('curl'),
86
- #'PQ': pkgver('postgresql-old-upgrade'), # see https://github.com/clux/muslrust/issues/81
+ 'PQ': pkgver('postgresql'),
87
'SQLITE': convert_sqlite_version(pkgver('sqlite')),
88
'SSL': convert_openssl_version(pkgver('openssl')),
89
'ZLIB': pkgver('zlib'),
0 commit comments