-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update bundler to 2.5.9 / build bigdecimal from source
- Loading branch information
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG NODE_VERSION=18 | ||
FROM node:${NODE_VERSION}-alpine3.17 | ||
FROM node:${NODE_VERSION}-alpine3.18 | ||
|
||
LABEL maintainer="Beth Skurrie <[email protected]>" | ||
|
||
|
@@ -16,7 +16,6 @@ ADD docker/pact /usr/local/bin/pact | |
|
||
RUN apk update \ | ||
&& apk add ruby \ | ||
ruby-bigdecimal \ | ||
ruby-bundler \ | ||
ruby-io-console \ | ||
ca-certificates \ | ||
|
@@ -29,7 +28,7 @@ RUN apk update \ | |
libressl-dev \ | ||
ruby-rdoc \ | ||
\ | ||
&& gem install bundler -v 2.4.12 \ | ||
&& gem install bundler -v "~>2.5" \ | ||
&& bundler -v \ | ||
&& bundle config build.nokogiri --use-system-libraries \ | ||
&& bundle config git.allow_insecure true \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters