Skip to content

Commit

Permalink
Pin rbspy version (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Eden Federman <[email protected]>
  • Loading branch information
edeNFed and edeNFed authored Feb 4, 2022
1 parent 8c88d60 commit dede84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/docker/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cd agent && go build -o /go/bin/agent

FROM rust:1.50 AS rbspybuild

This comment has been minimized.

Copy link
@amitmarx

amitmarx Apr 5, 2023

WORKDIR /
RUN git clone https://github.com/rbspy/rbspy
RUN git clone --depth 1 --branch v0.8.1 https://github.com/rbspy/rbspy

This comment has been minimized.

Copy link
@amitmarx

amitmarx Apr 5, 2023

היי היי היי עא לא יודע

RUN cd rbspy && cargo build --release

FROM bitnami/minideb:stretch
Expand Down

0 comments on commit dede84c

Please sign in to comment.