update(ldap): bump version to 2.4.57-r1

Migitations for:
- CVE-2021-27212
- CVE-2020-36221
- CVE-2020-36222
- CVE-2020-36223
- CVE-2020-36224
- CVE-2020-36225
- CVE-2020-36226
- CVE-2020-36227
- CVE-2020-36228
- CVE-2020-36229
- CVE-2020-36230
- CVE-2020-25709
- CVE-2020-25710
This commit is contained in:
transcaffeine 2021-06-02 07:11:51 +02:00
parent 3b2c2b5b88
commit 5fcd760f9f
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -4,7 +4,7 @@ ldap_sock_path: "{{ ldap_base_path }}/sock"
ldap_data_path: "{{ ldap_base_path }}/data"
ldap_config_path: "{{ ldap_base_path }}/config"
ldap_container_version: "v2.4.50-r0"
ldap_container_version: "v2.4.57-r1"
ldap_container_image: "registry.gitlab.com/famedly/containers/openldap:{{ ldap_container_version }}"
ldap_container_name: ldap
ldap_container_ports: "389:389"