From d6967736e61b9daf8a3ab8f53648f51ac2db72d1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 30 Dec 2022 20:16:49 +0000 Subject: [PATCH] community: pin docker builder code release --- cookbooks/community/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5