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