From 102df76ef82651fe19a568c50e68bcd9b5422114 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 14 Nov 2022 21:46:58 +0000 Subject: [PATCH] discourse: upgrade to v2.8.11 --- 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 acae31577..d421f1081 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.10 +# version: v2.8.11 env: LC_ALL: en_US.UTF-8 @@ -99,8 +99,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.10 --no-tags - - git checkout v2.8.10 + - git fetch --depth=1 origin tag v2.8.11 --no-tags + - git checkout v2.8.11 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.39.5