diff --git a/src/engines/ruby/3.4/Dockerfile b/src/engines/ruby/3.4/Dockerfile index 7d0584e..159ea6c 100644 --- a/src/engines/ruby/3.4/Dockerfile +++ b/src/engines/ruby/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.0-preview1-bookworm +FROM ruby:3.4-rc-bookworm # A few RUN actions in Dockerfiles are subject to uncontrollable outside # variability: an identical command would be the same from `docker build`'s