diff --git a/.github/workflows/rust-musl.yml b/.github/workflows/rust-musl.yml index e59b6b7..47be4b7 100644 --- a/.github/workflows/rust-musl.yml +++ b/.github/workflows/rust-musl.yml @@ -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 @@ -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 @@ -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: | diff --git a/Dockerfile.musl-base b/Dockerfile.musl-base index 5ac00f2..567d284 100644 --- a/Dockerfile.musl-base +++ b/Dockerfile.musl-base @@ -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" diff --git a/README.md b/README.md index 90af485..b4ed20b 100644 --- a/README.md +++ b/README.md @@ -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`)