We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d6bf7 commit 4942218Copy full SHA for 4942218
test/test.bats
@@ -29,7 +29,7 @@ load test_helper
29
tmp_file="$BATS_TMPDIR/docker-test"
30
31
# we start a new openldap container
32
- LDAP_CID=$(docker run -d osixia/openldap:1.1.1)
+ LDAP_CID=$(docker run -d osixia/openldap:1.1.6)
33
LDAP_IP=$(get_container_ip_by_cid $LDAP_CID)
34
35
# we start the wordpress container and set DB_HOSTS
0 commit comments