mirror of https://github.com/MISP/misp-docker
Bump version
parent
0c24160035
commit
52db2da71d
|
@ -155,6 +155,9 @@ set_up_ldap() {
|
|||
\"ldapEmailField\": ${LDAP_EMAIL_FIELD}
|
||||
}
|
||||
}" > /dev/null
|
||||
|
||||
# Disable password confirmation as stated at https://github.com/MISP/MISP/issues/8116
|
||||
sudo -u www-data /var/www/MISP/app/Console/cake Admin setSetting -q "Security.require_password_confirmation" false
|
||||
}
|
||||
|
||||
set_up_aad() {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Build-time variables
|
||||
##
|
||||
|
||||
CORE_TAG=v2.4.188
|
||||
CORE_TAG=v2.4.189
|
||||
MODULES_TAG=v2.4.188
|
||||
PHP_VER=20190902
|
||||
LIBFAUP_COMMIT=3a26d0a
|
||||
|
|
Loading…
Reference in New Issue