From 7be72c3200b614498967f8afee170cb2b970f313 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 3 Nov 2022 16:12:12 +0000 Subject: [PATCH] community: Upgrade discourse to 2.8.10 --- cookbooks/community/templates/default/web_only.yml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 14c3113c8..acae31577 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -21,7 +21,7 @@ links: # Workaround bug: https://github.com/discourse/discourse_docker/pull/505 # params: -# version: v2.8.9 +# version: v2.8.10 env: LC_ALL: en_US.UTF-8 @@ -99,8 +99,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.9 --no-tags - - git checkout v2.8.9 + - git fetch --depth=1 origin tag v2.8.10 --no-tags + - git checkout v2.8.10 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.39.5