1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 08:32:42 +00:00

Install spx 0.4.14 by default (#786)

This commit is contained in:
Michele Locati 2023-08-15 23:18:10 +02:00 committed by GitHub
parent 7c20b17a43
commit c38194cb97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3358,7 +3358,7 @@ installRemoteModule() {
spx)
if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=v0.4.13
installRemoteModule_version=v0.4.14
fi
if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then
installRemoteModule_displayVersion="$installRemoteModule_version"