From 3246ac9c9306b093e322ded175f8eb5684c2afa0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 12 Aug 2022 01:22:01 +0300 Subject: [PATCH] community: Upgrade discourse to v2.8.8 --- 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 5794e498d..87d585a03 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.7 +# version: v2.8.8 env: LC_ALL: en_US.UTF-8 @@ -99,7 +99,7 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.7 --no-tags + - git fetch --depth=1 origin tag v2.8.8 --no-tags - git checkout v2.8.7 after_ssl: - replace: -- 2.39.5