Skip to content

Commit f5a6211

Browse files
authored
fix(ci): make harpoon binary executable (#1415)
Signed-off-by: Hristo Hristov <[email protected]>
1 parent 76016fb commit f5a6211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tracing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ${TARGET_IMAGE} AS target
66
FROM ghcr.io/alegrey91/harpoon:latest
77
WORKDIR /
88
COPY --from=target /ko-app/capsule ./manager
9-
9+
RUN chmod +x ./harpoon
1010
ENTRYPOINT ["/harpoon", \
1111
"capture", \
1212
"-f", "main.main", \

0 commit comments

Comments
 (0)