Skip to content

Commit e1a086f

Browse files
committed
Upgrade Element (v1.11.62 -> v1.11.63)
1 parent 37143b1 commit e1a086f

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix-client-element/defaults

1 file changed

+1
-1
lines changed

roles/custom/matrix-client-element/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix_client_element_container_image_self_build_repo: "https://github.com/eleme
1111
matrix_client_element_container_image_self_build_low_memory_system_patch_enabled: "{{ ansible_memtotal_mb < 4096 }}"
1212

1313
# renovate: datasource=docker depName=vectorim/element-web
14-
matrix_client_element_version: v1.11.62
14+
matrix_client_element_version: v1.11.63
1515

1616
matrix_client_element_docker_image: "{{ matrix_client_element_docker_image_name_prefix }}vectorim/element-web:{{ matrix_client_element_version }}"
1717
matrix_client_element_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_element_container_image_self_build else matrix_container_global_registry_prefix }}"

0 commit comments

Comments
 (0)