From 43e9fe5c1b863d18553714ea7ad08e9f061bf9a4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 2 Oct 2022 02:39:42 +0100 Subject: [PATCH] community: upgrade discourse to v2.8.9 --- 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 a1b1fa41b..975e13c96 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.8 +# version: v2.8.9 env: LC_ALL: en_US.UTF-8 @@ -99,8 +99,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.8 --no-tags - - git checkout v2.8.8 + - git fetch --depth=1 origin tag v2.8.9 --no-tags + - git checkout v2.8.9 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.43.2