-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade bundler to 2.2.19 to fix CVEs
- Loading branch information
Showing
4 changed files
with
13 additions
and
11 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 |
---|---|---|
|
@@ -5,10 +5,12 @@ label maintainer="Hossam Hammady <[email protected]>" | |
ENV NEW_RELIC_LOG=stdout | ||
ENV NEW_RELIC_AUTOSTART_DENYLISTED_CONSTANTS=Scaltainer | ||
|
||
RUN gem install bundler --version 2.2.19 | ||
|
||
WORKDIR /home | ||
COPY / /home/ | ||
RUN bundle install && bundle exec rake install | ||
|
||
ENTRYPOINT ["scaltainer"] | ||
ENTRYPOINT ["bundle", "exec", "scaltainer"] | ||
|
||
CMD ["-h"] |
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
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