Merge pull request 'chore(deps): update postgres docker tag to v16.2' (#325) from renovate/postgres-16.x into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#325
This commit is contained in:
commit
6ba0a982e0
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
- name: Ensure shlink database container is running
|
||||
docker_container:
|
||||
name: shlinkdb
|
||||
image: postgres:16.1-alpine
|
||||
image: postgres:16.2-alpine
|
||||
pull: true
|
||||
state: started
|
||||
restart_policy: unless-stopped
|
||||
|
|
|
@ -24,7 +24,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.1-alpine
|
||||
hedgedoc_db_image: postgres:16.2-alpine
|
||||
hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
||||
|
||||
redmine_host_port: 8087
|
||||
|
|
Loading…
Reference in a new issue