From e58b0fc1dbdb7fc3d62ba9e03a4705842ed21acc Mon Sep 17 00:00:00 2001 From: turtled Date: Sun, 22 Jul 2018 15:39:52 +0800 Subject: [PATCH] Fix docker compile fail --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e69eb1f4b..3699c4efc 100644 --- a/Makefile +++ b/Makefile @@ -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