Skip to content

Commit

Permalink
chore(deps): bump ruby from 8584c96 to 3acb1a3 in /src/ruby (#67)
Browse files Browse the repository at this point in the history
Bumps ruby from `8584c96` to `3acb1a3`.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 1a548c7 commit 35be062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# one init container will be created to copy all the content in `/instrumentation` directory to your app's container.
# - Grant the necessary access to `/instrumentation` directory. `chmod -R go+r /instrumentation`

FROM ruby:latest@sha256:8584c968202ea356984262c4422461ee3a6022c0c4d8fb517b7b9c6395556670 AS build
FROM ruby:latest@sha256:3acb1a3f2351748d7ffd4408b179adb96682a93a4a76f30abcb9eb001d95443f AS build
WORKDIR /operator-build

ARG AGENT_VERSION
Expand Down

0 comments on commit 35be062

Please sign in to comment.