diff --git a/.circleci/images/primary/Dockerfile-3.4.0 b/.circleci/images/primary/Dockerfile-3.4.0 index f27c7b3fac2..a08b6dd1488 100644 --- a/.circleci/images/primary/Dockerfile-3.4.0 +++ b/.circleci/images/primary/Dockerfile-3.4.0 @@ -1,6 +1,6 @@ # Note: See the "Publishing updates to images" note in ./README.md for how to publish new builds of this container image -FROM ruby:3.4.0-preview1-bookworm +FROM ruby:3.4.0-preview2 # Make apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \