Skip to content

Commit

Permalink
Merge pull request #444 from Scalingo/fix/443/zlib-1.3.1
Browse files Browse the repository at this point in the history
feat(zlib): update zlib to 1.3.1
  • Loading branch information
Frzk authored Jul 4, 2024
2 parents f1b4b35 + 5aa7474 commit 0a707fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/buildpack.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ webp_version="${webp_version:-1.3.2}" # Can be found here: https://storage.googl
# Mandatory for multibytes strings starting with PHP 7.4
libonig_version="${libonig_version:-6.9.8}"
# From https://zlib.net/
zlib_version="${zlib_version:-1.3}"
zlib_version="${zlib_version:-1.3.1}"
igbinary_version="3.2.15"
mongodb_version="1.19.2"
librabbitmq_version="0.14.0"
Expand Down

0 comments on commit 0a707fb

Please sign in to comment.