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 674b045 commit 82bf74eCopy full SHA for 82bf74e
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.0.0)
+ LDAP_CID=$(docker run -d osixia/openldap:1.0.1)
33
LDAP_IP=$(get_container_ip_by_cid $LDAP_CID)
34
35
# we start the wordpress container and set DB_HOSTS
0 commit comments