diff --git a/src/user/system/SelfHostedDockerRegistry.ts b/src/user/system/SelfHostedDockerRegistry.ts index 7af9386..9808fa9 100644 --- a/src/user/system/SelfHostedDockerRegistry.ts +++ b/src/user/system/SelfHostedDockerRegistry.ts @@ -122,7 +122,7 @@ class SelfHostedDockerRegistry { const authContent = CaptainConstants.captainRegistryUsername + ':' + - bcrypt.hashSync(password, bcrypt.genSaltSync(5)) + bcrypt.hashSync(password, bcrypt.genSaltSync(10)) return fs.outputFile( CaptainConstants.registryAuthPathOnHost,