mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Install snuffleupagus 0.8.1 instead of 0.8.0 by default (#575)
This commit is contained in:
parent
b6f400f718
commit
f984883c9b
1 changed files with 1 additions and 1 deletions
|
@ -2927,7 +2927,7 @@ installRemoteModule() {
|
|||
snuffleupagus)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=0.8.0
|
||||
installRemoteModule_version=0.8.1
|
||||
fi
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
||||
cd "$installRemoteModule_src/src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue