Merge pull request 'Update postgres Docker tag to v17' () from renovate/postgres-17.x into master

Reviewed-on: 
This commit is contained in:
Stefan Haun 2025-05-01 15:36:35 +02:00
commit acecd11bc7
2 changed files with 2 additions and 2 deletions
host-pottwal.yml
host_vars/pottwal.n39.eu

View file

@ -121,7 +121,7 @@
- name: Ensure shlink database container is running
community.docker.docker_container:
name: shlinkdb
image: postgres:16.8-alpine
image: postgres:17.4-alpine
pull: true
state: started
restart_policy: unless-stopped

View file

@ -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.10.3
hedgedoc_db_image: postgres:16.8-alpine
hedgedoc_db_image: postgres:17.4-alpine
hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
redmine_host_port: 8087