From 532d76f7e1c54fca9ccfdbc416041818783bbfd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 May 2024 00:18:23 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.3 --- host-pottwal.yml | 2 +- host_vars/pottwal.n39.eu/vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index c609ee6..67ade80 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -117,7 +117,7 @@ - name: Ensure shlink database container is running docker_container: name: shlinkdb - image: postgres:16.2-alpine + image: postgres:16.3-alpine pull: true state: started restart_policy: unless-stopped diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 8881d2a..cdab066 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -23,7 +23,7 @@ shlink_postgres_password: "{{ vault_shlink_postgres_password }}" hedgedoc_host_port: 8084 hedgedoc_domain_name: pad.n39.eu hedgedoc_image: quay.io/hedgedoc/hedgedoc:1.9.9 -hedgedoc_db_image: postgres:16.2-alpine +hedgedoc_db_image: postgres:16.3-alpine hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}" redmine_host_port: 8087