Skip to content

Commit

Permalink
Change circleci and integrations ruby Dockerfile to preview2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 23, 2024
1 parent 3343839 commit 67300f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/Dockerfile-3.4.0
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion integration/images/ruby/3.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4
FROM ruby:3.4.0-preview2

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 67300f8

Please sign in to comment.