------
> [ruby 9/13] COPY --from=build /usr/local/lib/libruby.so.3.3.0-preview1 /usr/local/lib/:
------
failed to compute cache key: "/usr/local/lib/libruby.so.3.3.0-preview1" not found: not found
rake aborted!
This means the following step is failed.
COPY --from=build \
/usr/local/lib/libruby.so.${RUBY_SO_SUFFIX:-$RUBY_VERSION} \
/usr/local/lib/
https://app.circleci.com/pipelines/github/ruby/ruby-docker-images/1516/workflows/ba534e33-79f8-4898-b6f7-d8d7789ba178/jobs/4331?invite=true#step-102-4939
This means the following step is failed.
I think this can be fix by specifying
RUBY_SO_SUFFIXwhenruby_versionis a preview version. This should be carried out in Rakefile.