浏览代码

Update ghcr.io/matrix-org/matrix-hookshot Docker tag to v7.5.0

pull/5601/head
mdad-renovate[bot] 5 天前
committed by GitHub
父节点
当前提交
30f28290f4
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml 查看文件

@@ -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 }}"


正在加载...
取消
保存