From 67300f86f0b84e6c231a0dc4a8c17aa9b4316e14 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Wed, 23 Oct 2024 10:57:09 -0400 Subject: [PATCH] Change circleci and integrations ruby Dockerfile to preview2 image --- .circleci/images/primary/Dockerfile-3.4.0 | 2 +- integration/images/ruby/3.4/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ diff --git a/integration/images/ruby/3.4/Dockerfile b/integration/images/ruby/3.4/Dockerfile index 96500f1c668..3cc6648d99f 100644 --- a/integration/images/ruby/3.4/Dockerfile +++ b/integration/images/ruby/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4 +FROM ruby:3.4.0-preview2 ENV DEBIAN_FRONTEND=noninteractive