From a4319735dca846ac890c5be6adf288e489466cbf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Sep 2023 22:20:06 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16 --- 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 db038db..6e42d66 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -23,7 +23,7 @@ shlink_initial_api_key: "{{ vault_shlink_initial_api_key }}" hedgedoc_host_port: 8084 hedgedoc_domain_name: pad.n39.eu hedgedoc_image: quay.io/hedgedoc/hedgedoc:1.9.9 -hedgedoc_db_image: postgres:11.21-alpine +hedgedoc_db_image: postgres:16.0-alpine hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}" redmine_host_port: 8087