Skip to content

Commit 091d065

Browse files
chore(deps): bump rust in /docker/ruby (#55)
Bumps rust from 1.83-bullseye to 1.95-bullseye. --- updated-dependencies: - dependency-name: rust dependency-version: 1.95-bullseye dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c4c9ef commit 091d065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN go get -d -v ./...
55
WORKDIR /go/src/github.com/nudgebee/application-profiler/cmd/agent
66
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /go/bin/agent
77

8-
FROM rust:1.83-bullseye AS rbspybuild
8+
FROM rust:1.95-bullseye AS rbspybuild
99
WORKDIR /
1010
RUN git clone https://github.com/brendangregg/FlameGraph \
1111
&& git clone --depth 1 --branch v0.27.0 https://github.com/rbspy/rbspy

0 commit comments

Comments
 (0)