From adee76d82cea2373986c77cb7821a761198d33d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <accounts+renovatebot@netz39.de> Date: Tue, 15 Apr 2025 03:18:04 +0000 Subject: [PATCH] Update mysql Docker tag to v9.3 --- 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 0e85ed5..eb908b3 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -29,7 +29,7 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}" redmine_host_port: 8087 redmine_domain_name: redmine.n39.eu redmine_image: redmine:6.0.4 -redmine_mysql_image: mysql:9.2 +redmine_mysql_image: mysql:9.3 redmine_database: redmine redmine_database_password: "{{ vault_redmine_database_password }}"