Skip to content

Commit c9db9f9

Browse files
fluent-bit: migrate to ubuntu 24 (#14314)
Signed-off-by: David Korczynski <[email protected]>
1 parent 6756342 commit c9db9f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/fluent-bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
################################################################################
16-
FROM gcr.io/oss-fuzz-base/base-builder
16+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1717
RUN apt-get update && apt-get install -y make cmake flex bison libssl-dev libyaml-dev
1818
RUN git clone --depth 1 https://github.com/fluent/fluent-bit/ fluent-bit
1919

projects/fluent-bit/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
homepage: "https://github.com/fluent/fluent-bit"
22
primary_contact: "[email protected]"
33
language: c++
4+
base_os_version: ubuntu-24-04
45
auto_ccs:
56
67

0 commit comments

Comments
 (0)