From e9a17ad369170e9ff5d18d68bfbf7f7a35f62036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:49:59 +0000 Subject: [PATCH] chore(deps): bump ruby from `d31b448` to `45ca46a` in /src/ruby Bumps ruby from `d31b448` to `45ca46a`. --- 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 c72509f..e7bfe16 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:d31b448100c85100876c4a5290375cca26e231d915d7a037599e33e02238560c AS build +FROM ruby:latest@sha256:45ca46a37e16d4f0b383ff6f400edc7e096361ac05c91ead86481ecc332e665e AS build WORKDIR /operator-build ARG AGENT_VERSION