Bump base image (#538)
[discourse_docker.git] / templates / web.china.template.yml
index 983f289c69d4fda99749629c527f39be3604ebb4..973647f1f94f207676b9f7db1052e040cc142dff 100644 (file)
@@ -2,9 +2,9 @@ hooks:
   before_web:
     - exec:
        cmd:
-         - gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
+         - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
 
   before_bundle_exec:
     - exec:
        cmd:
-         - su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.org/'
+         - su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.com/'