File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM osixia/baseimage:0.8.0
1+ FROM osixia/baseimage:0.8.1
22MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
33
44# Default configuration: can be overridden at the docker command line
@@ -7,9 +7,9 @@ ENV LDAP_BASE_DN dc=example,dc=com
77ENV LDAP_LOGIN_DN cn=admin,dc=example,dc=com
88ENV LDAP_SERVER_NAME docker.io phpLDAPadmin
99
10- # phpmyadmin SSL certificat and private key filename
11- ENV PHPLDAPADMIN_SSL_CRT_FILENAME phpmyadmin .crt
12- ENV PHPLDAPADMIN_SSL_KEY_FILENAME phpmyadmin .key
10+ # phpLDAPadmin SSL certificat and private key filename
11+ ENV PHPLDAPADMIN_SSL_CRT_FILENAME phpldapadmin .crt
12+ ENV PHPLDAPADMIN_SSL_KEY_FILENAME phpldapadmin .key
1313
1414# LDAP CA certificat filename
1515ENV LDAP_TLS_CA_NAME ca.crt
Original file line number Diff line number Diff line change 11NAME = osixia/phpldapadmin
2- VERSION = 0.4.0
2+ VERSION = 0.4.1
33
44.PHONY : all build test tag_latest release
55
You can’t perform that action at this time.
0 commit comments