Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <black.dex@gmail.com>
  • Loading branch information
BlackDex committed Dec 18, 2024
1 parent 16181a8 commit 87c24a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install Stable Rust Toolchain
uses: dtolnay/rust-toolchain@4f647fc679bcd3b11499ccb42104547c83dabe96 # stable @ Nov 18, 2024, 5:36 AM GMT+1
uses: dtolnay/rust-toolchain@1ff72ee08e3cb84d84adba594e0a297990fc1ed3 # stable @ Dec 14, 2024, 5:53 AM GMT+1

- name: Get Rust version info
id: rust_versions
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
fi
- name: Cache previous rustc stable hash
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
if: ${{ !env.ACT }}
with:
path: ~/rustc-stable.hash
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
# This action is messing with the host caching when using `act`
- name: Setup Docker Buildx (setup-buildx-action)
if: ${{ !env.ACT }}
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
# https://github.com/moby/buildkit/issues/3969
with:
driver-opts: |
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.musl-base
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ ENV PATH="${TARGET_PREFIX}/bin:${CARGO_HOME}/bin:${PATH}" \
PKG_CONFIG_SYSTEM_INCLUDE_PATH="${TARGET_PREFIX}/include:${SYSROOT}/include" \
# Library versions
SSL_VER="3.0.15" \
CURL_VER="8.11.0" \
CURL_VER="8.11.1" \
ZLIB_VER="1.3.1" \
PQ_15_VER="15.10" \
PQ_16_VER="16.6" \
SQLITE_VER="3470100" \
SQLITE_VER="3470200" \
MARIADB_VER="3.3.11" \
LIBXML2_VER="2.13.5"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Since 2024-03-15 all images are build using musl v1.2.5 using https://github.com

The following libraries are pre-build and marked as `STATIC` already via `ENV` variables so that the Rust Crates know there are static libraries available already.
* OpenSSL (`v3.0.15`)
* cURL (`v8.11.0`)
* cURL (`v8.11.1`)
* ZLib (`v1.3.1`)
* PostgreSQL lib (`v16.6`) and (`v15.10`)
* SQLite (`v3.47.1`)
* SQLite (`v3.47.2`)
* MariaDB Connector/C (`v3.3.11`) (MySQL Compatible)
* libxml2 (`v2.13.5`)

Expand Down

0 comments on commit 87c24a5

Please sign in to comment.