Skip to content

Commit 82bf74e

Browse files
committed
version
1 parent 674b045 commit 82bf74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ load test_helper
2929
tmp_file="$BATS_TMPDIR/docker-test"
3030

3131
# we start a new openldap container
32-
LDAP_CID=$(docker run -d osixia/openldap:1.0.0)
32+
LDAP_CID=$(docker run -d osixia/openldap:1.0.1)
3333
LDAP_IP=$(get_container_ip_by_cid $LDAP_CID)
3434

3535
# we start the wordpress container and set DB_HOSTS

0 commit comments

Comments
 (0)