From 09697a0d15389e10f6550e25511e921b5aa23e7b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 18 Apr 2022 22:49:17 +0100 Subject: [PATCH] community: Update discourse to v2.8.3 --- cookbooks/community/templates/default/web_only.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index c7ed79cb9..6733f3bcf 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -97,8 +97,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.2 --no-tags - - git checkout v2.8.2 + - git fetch --depth=1 origin tag v2.8.3 --no-tags + - git checkout v2.8.3 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.39.5