From 8b9f04f9277fedf4c09f022660aea25446953a74 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Oct 2023 02:18:06 +0000 Subject: [PATCH] chore(deps): update redmine docker tag to v5.0.6 --- 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 74c67fe..b2b83e2 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -28,7 +28,7 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}" redmine_host_port: 8087 redmine_domain_name: redmine.n39.eu -redmine_image: redmine:5.0.5 +redmine_image: redmine:5.0.6 redmine_mysql_image: mysql:8.1 redmine_database: redmine redmine_database_password: "{{ vault_redmine_database_password }}"