Skip to content

Commit

Permalink
Bump CRuby images to latest
Browse files Browse the repository at this point in the history
- Debian Buster goes bust on 2024-06-30, move to latest, which is either
  bullseye or bookworm. Sadly there is no 2.5.9-bullseye, so breakage is
  to be expected.
- Also bump to latest CRuby `TEENY` versions for each one.
  • Loading branch information
lloeki committed Jun 7, 2024
1 parent 2c9d867 commit 98403b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/Dockerfile-2.7.6
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:2.7.6
FROM ruby:2.7.8-bullseye

# 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 .circleci/images/primary/Dockerfile-3.0.4
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.0.4-bullseye
FROM ruby:3.0.7-bullseye

# 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 .circleci/images/primary/Dockerfile-3.1.2
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.1.2-bullseye
FROM ruby:3.1.6-bookworm

# 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 .circleci/images/primary/Dockerfile-3.2.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.2.0-bullseye
FROM ruby:3.2.4-bookworm

# 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 .circleci/images/primary/Dockerfile-3.3.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.3.0-bullseye
FROM ruby:3.3.2-bookwork

# Make apt non-interactive
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \
Expand Down

0 comments on commit 98403b2

Please sign in to comment.