Merge pull request #1683 from emqtt/develop

Fix docker compile fail
This commit is contained in:
turtleDeng 2018-07-22 15:40:43 +08:00 committed by GitHub
commit 9c1421f4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dep_ekka = git https://github.com/emqtt/ekka v0.2.3
dep_mochiweb = git https://github.com/emqtt/mochiweb v4.2.2
dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
dep_lager_syslog = git https://github.com/basho/lager_syslog 3.0.1
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt 0.5.0.3
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master
dep_clique = git https://github.com/emqtt/clique v0.3.10
dep_jsx = git https://github.com/talentdeficit/jsx v2.8.3