kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.43k stars 510 forks source link

fix: update travis CI Docker image repository #930

Closed cokia closed 2 years ago

cokia commented 2 years ago

based on issue #929


Hello.

When I checked the Travis CI now, I checked the case where it was failed due to DockerHub's Image Pull Rate Limit.

I suggest using awsecr public gallery where official nodejs image is provided.

If this is used, it is not restricted by Rate Limit, and the test can be carried out using the same image as the official Docker image.