Skip to content

Commit

Permalink
Update Dockerfile to preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 28, 2024
1 parent 13e9f7b commit 6a9c607
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6a9c607

Please sign in to comment.