Skip to content

Commit

Permalink
Merge pull request #136 from pact-foundation/deps/ruby_alpine_pkg_update
Browse files Browse the repository at this point in the history
chore(deps): update to latest ruby alpine pkg
  • Loading branch information
YOU54F authored Oct 3, 2024
2 parents 87c7869 + 12a6fa8 commit e320ffd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ ADD docker/gemrc /root/.gemrc
ADD docker/pact /usr/local/bin/pact

RUN apk update \
&& apk add ruby=3.3.3-r0 \
ruby-io-console=3.3.3-r0 \
&& apk add ruby=3.3.3-r1 \
ruby-io-console=3.3.3-r1 \
ca-certificates=20240705-r0 \
libressl \
less \
git \
&& apk add --virtual "build-dependencies" \
build-base=0.5-r3 \
ruby-dev=3.3.3-r0 \
ruby-dev=3.3.3-r1 \
libressl-dev \
ruby-rdoc=3.3.3-r0 \
ruby-rdoc=3.3.3-r1 \
&& gem install bundler -v "~>2.5" \
&& bundler -v \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle config git.allow_insecure true \
&& gem update --system 3.5.14 \
&& gem update --system 3.5.20 \
&& gem install json -v "~>2.3" \
&& gem install bigdecimal -v "~>3.1" \
&& gem install racc -v "~>1.8" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk update \
ruby-rdoc \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle config git.allow_insecure true \
&& gem update --system 3.5.14 \
&& gem update --system 3.5.20 \
&& gem install json \
&& gem install bigdecimal \
&& gem install racc \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk update \
&& bundler -v \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle config git.allow_insecure true \
&& gem update --system 3.5.14 \
&& gem update --system 3.5.20 \
&& gem install json -v "~>2.3" \
&& gem install bigdecimal -v "~>3.1" \
&& gem install racc -v "~>1.8" \
Expand Down

0 comments on commit e320ffd

Please sign in to comment.