File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414#
1515# ###############################################################################
1616
17- FROM gcr.io/oss-fuzz-base/base-builder
17+ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818RUN apt-get update && apt-get install -y make autoconf automake libtool libssl-dev
1919
2020RUN git clone --depth 1 https://github.com/esnet/iperf iperf
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ primary_contact: "javanlacerda@google.com"
99auto_ccs :
1010- " pedroysb@google.com"
1111- " david@adalogics.com"
12+ base_os_version : ubuntu-24-04
Original file line number Diff line number Diff line change 1414#
1515# ###############################################################################
1616
17- FROM gcr.io/oss-fuzz-base/base-builder
17+ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818RUN apt-get update && apt-get install -y make autoconf automake libtool bison flex pkg-config libbsd-dev
1919RUN git clone --depth 1 https://github.com/radvd-project/radvd radvd
2020WORKDIR radvd
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ auto_ccs:
99- " pedroysb@google.com"
1010- " david@adalogics.com"
1111main_repo : " http://www.litech.org/radvd"
12+ base_os_version : ubuntu-24-04
You can’t perform that action at this time.
0 commit comments