X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f8d80d1e42b9677462a5f0bc9a57d3a693a8e226..5ac0eba538056a5568b3b9de31be692d5efeeec5:/cookbooks/community/recipes/default.rb diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 1bedda290..7c4d374a8 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -45,7 +45,8 @@ end git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" - revision "e6cb71cd55cfad1c64b0a4b40676cbcaedbc918f" + # Revision pin not possible as launch wrapper automatically updates git repo. + revision "main" depth 1 user "root" group "root"