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

Update spx from v0.4.17 to v0.4.18 (#1039)

This commit is contained in:
Michele Locati 2025-01-05 19:45:33 +01:00 committed by GitHub
parent 7c672d8b76
commit c655d3bd7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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