Skip to content

Commit 60439a3

Browse files
renovate[bot]venimus
authored andcommitted
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.13.0
1 parent 52a2199 commit 60439a3

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix-authentication-service/defaults

1 file changed

+1
-1
lines changed

roles/custom/matrix-authentication-service/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix_authentication_service_container_repo_version: "{{ 'main' if matrix_authe
1717
matrix_authentication_service_container_src_files_path: "{{ matrix_base_data_path }}/matrix-authentication-service/container-src"
1818

1919
# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service
20-
matrix_authentication_service_version: 0.12.0
20+
matrix_authentication_service_version: 0.13.0
2121
matrix_authentication_service_container_image: "{{ matrix_authentication_service_container_image_name_prefix }}element-hq/matrix-authentication-service:{{ matrix_authentication_service_version }}"
2222
matrix_authentication_service_container_image_name_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else 'ghcr.io/' }}"
2323
matrix_authentication_service_container_image_force_pull: "{{ matrix_authentication_service_container_image.endswith(':latest') }}"

0 commit comments

Comments
 (0)