-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from tj-actions/chore/update-gemlock
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ruby:3.0.3-alpine3.13 | ||
FROM ruby:3.2.0-alpine3.17 | ||
|
||
LABEL maintainer="Tonye Jack <[email protected]>" | ||
|
||
|
@@ -9,7 +9,7 @@ COPY Gemfile* ./ | |
RUN apk add --no-cache \ | ||
--virtual .gem-installdeps \ | ||
build-base \ | ||
&& gem install bundler --version 2.3.9 \ | ||
&& gem install bundler --version 2.4.1 \ | ||
&& bundle config set --local system 'true' \ | ||
&& bundle install \ | ||
&& gem uninstall bundler \ | ||
|
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