Skip to content

Commit a73851f

Browse files
ekoopspoiana
authored andcommitted
fix(images/modernprobe-builder): fix modern probe build
Pin `modernprobe-builder` base image to`fedora:39`. Fedora 39 is deprecated, but this ensures working BPF object files build to run our distro/kernel tests. In the future, we can upgrade this after we investigate more the issues related to modern `clang` versions. Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent d6a9781 commit a73851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/modernprobe-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:latest
1+
FROM fedora:39
22

33
ARG CMAKE_VERSION
44

0 commit comments

Comments
 (0)