-
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.
Latest Ceedling Ruby 2.7 + Alpine 3.11 (so we can get gcc 9)
- Loading branch information
Showing
5 changed files
with
7 additions
and
1 deletion.
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:2.4.5-alpine3.8 | ||
FROM ruby:2.7.1-alpine3.11 | ||
|
||
MAINTAINER Michael Karlesky <[email protected]> | ||
|
||
|
@@ -13,6 +13,12 @@ RUN apk --no-cache add \ | |
## | ||
## Copy assets for inclusion in image | ||
## | ||
## Notes: | ||
## - Gems must be downloaded manually to the vendored assets/gems directory. | ||
## - To find the list of gems and versions needed, visit | ||
## https://rubygems.org/gems/ceedling/versions/0.30.0/dependencies | ||
## - The easiest way to vendor a gem is `gem fetch <name> -v <version>` in assets/gems. | ||
## | ||
|
||
COPY assets/gems /assets/gems | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.