From b0996380f61baf169881eba62067faa442fca8f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Aug 2023 21:18:05 +0000 Subject: [PATCH] chore(deps): update redmine docker tag to v4.2.10 --- host_vars/pottwal.n39.eu/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index d699514..d2555f3 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -27,7 +27,7 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}" redmine_host_port: 8087 redmine_domain_name: redmine.n39.eu -redmine_image: redmine:4.2.7 +redmine_image: redmine:4.2.10 redmine_mysql_image: mysql:5.7 redmine_database: redmine redmine_database_password: "{{ vault_redmine_database_password }}"