Browse Source

chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v1.3.0

pull/4595/head
renovate[bot] 5 months ago
committed by Slavi Pantaleev
parent
commit
4cc7d8456b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-authentication-service/defaults/main.yml

+ 1
- 1
roles/custom/matrix-authentication-service/defaults/main.yml View File

@@ -22,7 +22,7 @@ matrix_authentication_service_container_repo_version: "{{ 'main' if matrix_authe
matrix_authentication_service_container_src_files_path: "{{ matrix_base_data_path }}/matrix-authentication-service/container-src"

# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service
matrix_authentication_service_version: 1.2.0
matrix_authentication_service_version: 1.3.0
matrix_authentication_service_container_image_registry_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else matrix_authentication_service_container_image_registry_prefix_upstream }}"
matrix_authentication_service_container_image_registry_prefix_upstream: "{{ matrix_authentication_service_container_image_registry_prefix_upstream_default }}"
matrix_authentication_service_container_image_registry_prefix_upstream_default: "ghcr.io/"


Loading…
Cancel
Save