Browse Source

Merge pull request #5601 from spantaleev/renovate/ghcr.io-matrix-org-matrix-hookshot-7.x

Update ghcr.io/matrix-org/matrix-hookshot Docker tag to v7.5.0
master
artidezi-etke-cc[bot] 1 day ago
committed by GitHub
parent
commit
8525794447
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

@@ -29,7 +29,7 @@ matrix_bridge_hookshot_container_additional_networks_auto: []
matrix_bridge_hookshot_container_additional_networks_custom: []

# renovate: datasource=docker depName=ghcr.io/matrix-org/matrix-hookshot
matrix_bridge_hookshot_version: 7.3.2
matrix_bridge_hookshot_version: 7.5.0

matrix_bridge_hookshot_container_image: "{{ matrix_bridge_hookshot_container_image_registry_prefix }}matrix-org/matrix-hookshot:{{ matrix_bridge_hookshot_version }}"
matrix_bridge_hookshot_container_image_registry_prefix: "{{ 'localhost/' if matrix_bridge_hookshot_container_image_self_build else matrix_bridge_hookshot_container_image_registry_prefix_upstream }}"


Loading…
Cancel
Save