1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-18 22:17:50 +02:00

Merge pull request #1673 from HarHarLinks/master

Upgrade Hookshot (1.1.0 -> 1.2.0)
This commit is contained in:
Slavi Pantaleev
2022-03-04 18:12:55 +02:00
committed by GitHub

View File

@ -5,7 +5,7 @@
matrix_hookshot_enabled: true
matrix_hookshot_version: 1.1.0
matrix_hookshot_version: 1.2.0
matrix_hookshot_docker_image: "{{ matrix_container_global_registry_prefix }}halfshot/matrix-hookshot:{{ matrix_hookshot_version }}"
matrix_hookshot_docker_image_force_pull: "{{ matrix_hookshot_docker_image.endswith(':latest') }}"