소스 검색

Upgrade Coturn (4.5.1.2 -> 4.5.1.3)

4.5.1.3 fixes a security vulnerability:
https://github.com/coturn/coturn/security/advisories/GHSA-c8r8-8vp5-6gcm
pull/555/head
Slavi Pantaleev 5 년 전
부모
커밋
8b59402f79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-coturn/defaults/main.yml

+ 1
- 1
roles/matrix-coturn/defaults/main.yml 파일 보기

@@ -2,7 +2,7 @@ matrix_coturn_enabled: true


matrix_coturn_container_image_self_build: false matrix_coturn_container_image_self_build: false


matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.2"
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.3"
matrix_coturn_docker_image_force_pull: "{{ matrix_coturn_docker_image.endswith(':latest') }}" matrix_coturn_docker_image_force_pull: "{{ matrix_coturn_docker_image.endswith(':latest') }}"


# The Docker network that Coturn would be put into. # The Docker network that Coturn would be put into.


불러오는 중...
취소
저장