From cc34d5d61f0fb220ee1d2beb99a17948a07b4065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:18:31 +0000 Subject: [PATCH] chore(deps): bump ruby from `3acb1a3` to `4bea2a0` in /src/ruby Bumps ruby from `3acb1a3` to `4bea2a0`. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ruby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/Dockerfile b/src/ruby/Dockerfile index 7104d24..429efd7 100644 --- a/src/ruby/Dockerfile +++ b/src/ruby/Dockerfile @@ -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:3acb1a3f2351748d7ffd4408b179adb96682a93a4a76f30abcb9eb001d95443f AS build +FROM ruby:latest@sha256:4bea2a01b1c290fb4d571343285bd6e19d6dea8ca03887ecfcd417f4d362dd42 AS build WORKDIR /operator-build ARG AGENT_VERSION