From: Grant Slater Date: Fri, 30 Dec 2022 20:16:49 +0000 (+0000) Subject: community: pin docker builder code release X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/d6967736e61b9daf8a3ab8f53648f51ac2db72d1 community: pin docker builder code release --- diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index c317b177b..4de0ef820 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -45,7 +45,7 @@ end git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" - revision "main" + revision "13bfcd2517c743e1bc313b8d89631772702ae112" depth 1 user "root" group "root"