Skip to content

Commit

Permalink
Update PQ15 and trigger new Rust version
Browse files Browse the repository at this point in the history
- Updated PostgreSQL to v15.6

And also trigger new Rust version builds ;)
  • Loading branch information
BlackDex committed Feb 8, 2024
1 parent bc567fe commit 6e8ffe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.musl-base
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV TARGET="${TARGET}" \
CURL_VER="8.6.0" \
ZLIB_VER="1.3.1" \
PQ_11_VER="11.22" \
PQ_15_VER="15.5" \
PQ_15_VER="15.6" \
SQLITE_VER="3450100" \
MARIADB_VER="3.3.8"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following libraries are pre-build and marked as `STATIC` already via `ENV` v
* OpenSSL v3.0 (`v3.0.13`)
* cURL (`v8.6.0`)
* ZLib (`v1.3.1`)
* PostgreSQL lib (`v11.22`) and PostgreSQL lib (`v15.5`)
* PostgreSQL lib (`v11.22`) and PostgreSQL lib (`v15.6`)
* SQLite (`v3.45.1`)
* MariaDB Connector/C (`v3.3.8`) (MySQL Compatible)

Expand Down

0 comments on commit 6e8ffe6

Please sign in to comment.