Skip to content

Commit

Permalink
[ci] Fix 2.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJF committed Mar 19, 2024
1 parent b1ddeb4 commit 2068909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/images/primary/Dockerfile-2.2.10
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Note: See the "Publishing updates to images" note in ./README.md for how to publish new builds of this container image

# taken from https://hub.docker.com/layers/library/ruby/2.3.8-jessie/images/sha256-cff37ff7e88348a8dd630f9b2d1c679fe9e7b597cfb51a30c42bf2c2afb2eca2?context=explore
# taken from https://hub.docker.com/layers/library/ruby/2.2.10/images/sha256-6c8e6f9667b21565284ef1eef81086adda867e936b74cc74a119ac380d9f00f9?context=explore
FROM buildpack-deps:bookworm AS ruby-2.2.10-bookworm

# skip installing gem documentation
Expand All @@ -17,8 +17,8 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.10
ENV RUBY_DOWNLOAD_SHA256 bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650
ENV RUBYGEMS_VERSION 2.7.11
ENV BUNDLER_VERSION 1.17.3
ENV RUBYGEMS_VERSION 2.7.6
ENV BUNDLER_VERSION 1.16.1

# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
Expand Down
1 change: 1 addition & 0 deletions .circleci/images/primary/Dockerfile-2.3.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Note: See the "Publishing updates to images" note in ./README.md for how to publish new builds of this container image

# taken from https://hub.docker.com/layers/library/ruby/2.3.8-jessie/images/sha256-cff37ff7e88348a8dd630f9b2d1c679fe9e7b597cfb51a30c42bf2c2afb2eca2?context=explore
FROM buildpack-deps:bookworm AS ruby-2.3.8-bookworm

# skip installing gem documentation
Expand Down

0 comments on commit 2068909

Please sign in to comment.