Skip to content

Commit 28d0e81

Browse files
committed
fix ebpf path
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 83ef3a7 commit 28d0e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/docker/lueur/Dockerfile_from_release_ebpf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.description="lueur network proxy CLI with ebpf su
1010
LABEL org.opencontainers.image.licenses=Apache-2.0
1111

1212
COPY --chown=nonroot:nonroot --chmod=+x ${CLI_PREFIX_PATH}-${TARGETARCH}/lueur /home/nonroot/lueur
13-
COPY --chown=nonroot:nonroot ${EBPF_PREFIX_PATH}-${TARGETARCH} /home/nonroot/.local/bin/lueur-ebpf
13+
COPY --chown=nonroot:nonroot ${EBPF_PREFIX_PATH}-${TARGETARCH} /home/nonroot/.cargo/bin/lueur-ebpf
1414

1515
WORKDIR /home/nonroot
1616
USER nonroot

lueur/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["lueur-cli", "lueur-ebpf-programs"]
44
default-members = ["lueur-cli"]
55

66
[workspace.package]
7-
version = "0.1.148"
7+
version = "0.1.149"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"

0 commit comments

Comments
 (0)