Skip to content

Commit 77cdab3

Browse files
committed
Environment upgrades
Latest Ceedling Ruby 2.7 + Alpine 3.11 (so we can get gcc 9)
1 parent b4aff10 commit 77cdab3

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.5-alpine3.8
1+
FROM ruby:2.7.1-alpine3.11
22

33
MAINTAINER Michael Karlesky <[email protected]>
44

@@ -13,6 +13,12 @@ RUN apk --no-cache add \
1313
##
1414
## Copy assets for inclusion in image
1515
##
16+
## Notes:
17+
## - Gems must be downloaded manually to the vendored assets/gems directory.
18+
## - To find the list of gems and versions needed, visit
19+
## https://rubygems.org/gems/ceedling/versions/0.30.0/dependencies
20+
## - The easiest way to vendor a gem is `gem fetch <name> -v <version>` in assets/gems.
21+
##
1622

1723
COPY assets/gems /assets/gems
1824

assets/gems/ceedling-0.29.1.gem

-1.77 MB
Binary file not shown.

assets/gems/ceedling-0.30.0.gem

2.24 MB
Binary file not shown.

assets/gems/thor-0.20.3.gem

-54.5 KB
Binary file not shown.

assets/gems/thor-1.0.1.gem

55 KB
Binary file not shown.

0 commit comments

Comments
 (0)