Browse Source

Merge pull request #3281 from spantaleev/renovate/halfshot-matrix-hookshot-5.x

chore(deps): update halfshot/matrix-hookshot docker tag to v5.3.0
pull/3282/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
5977dcf0fc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml View File

@@ -17,7 +17,7 @@ matrix_hookshot_container_additional_networks_auto: []
matrix_hookshot_container_additional_networks_custom: []

# renovate: datasource=docker depName=halfshot/matrix-hookshot
matrix_hookshot_version: 5.2.1
matrix_hookshot_version: 5.3.0

matrix_hookshot_docker_image: "{{ matrix_hookshot_docker_image_name_prefix }}halfshot/matrix-hookshot:{{ matrix_hookshot_version }}"
matrix_hookshot_docker_image_name_prefix: "{{ 'localhost/' if matrix_hookshot_container_image_self_build else matrix_container_global_registry_prefix }}"


Loading…
Cancel
Save