From db822290ae7b7087bb68410953b75efc6826fc41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:26:28 -0700 Subject: [PATCH] chore(deps): bump ruby from `4bea2a0` to `9ee6010` in /src/ruby (#106) Bumps ruby from `4bea2a0` to `9ee6010`. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/ruby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/Dockerfile b/src/ruby/Dockerfile index 5aafe35..9011198 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:4bea2a01b1c290fb4d571343285bd6e19d6dea8ca03887ecfcd417f4d362dd42 AS build +FROM ruby:latest@sha256:9ee601015fbb7c610ae02137d5698ab712f821069eaf7c0548e58a5b609970aa AS build WORKDIR /operator-build ARG AGENT_VERSION