Skip to content

Commit ad5b9f3

Browse files
authored
coturn: use ubuntu-24.04 (#14982)
Coturn relies on openssl-3.0+ and does not support openssl-1.1.1 and below. This requires upgrade from ubuntu-20.04 to ubuntu-24.04
1 parent 330815f commit ad5b9f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

projects/coturn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y cmake libssl-dev libevent-dev
1919
RUN git clone https://github.com/coturn/coturn
2020
COPY build.sh $SRC/

projects/coturn/project.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
homepage: "https://github.com/coturn/coturn"
22
language: c
3-
primary_contact: "misi@majd.eu"
3+
base_os_version: ubuntu-24-04
4+
primary_contact: "eakraly@gmail.com"
45
auto_ccs:
5-
- "mom040267@gmail.com"
6+
- "eakraly@gmail.com"
67
- "gustavogb@gmail.com"
7-
- "ajsinghyadav00@gmail.com"
88
fuzzing_engines:
99
- libfuzzer
1010
- afl

0 commit comments

Comments
 (0)