Skip to content

Commit 59b2cfa

Browse files
authored
[fix]: fix image libbpf build version (#1860)
Signed-off-by: Sam Yuan <[email protected]>
1 parent 16fdd9f commit 59b2cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN set -e -x ;\
5656
microdnf clean all
5757

5858
COPY --from=builder /workspace/_output/bin/kepler /usr/bin/kepler
59-
COPY --from=builder /libbpf-source/linux-5.14.0-424.el9/tools/bpf/bpftool/bpftool /usr/bin/bpftool
59+
COPY --from=builder /libbpf-source/linux-5.14.0-473.el9/tools/bpf/bpftool/bpftool /usr/bin/bpftool
6060

6161
RUN mkdir -p /var/lib/kepler/data
6262
COPY --from=builder /workspace/data/cpus.yaml /var/lib/kepler/data/cpus.yaml

0 commit comments

Comments
 (0)