From 02911f8e003d6a9e683a0cc34b30486d4f341a7d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 13 Jul 2022 15:44:13 +0300 Subject: [PATCH] community: upgrade discourse to v2.8.6 --- 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 b70599f59..42e734e5d 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.4 +# version: v2.8.6 env: LC_ALL: en_US.UTF-8 @@ -97,8 +97,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.4 --no-tags - - git checkout v2.8.4 + - git fetch --depth=1 origin tag v2.8.6 --no-tags + - git checkout v2.8.6 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.39.5