Skip to content

Commit

Permalink
Environment upgrades
Browse files Browse the repository at this point in the history
Latest Ceedling
Ruby 2.7 + Alpine 3.11 (so we can get gcc 9)
  • Loading branch information
mkarlesky committed May 21, 2020
1 parent b4aff10 commit 77cdab3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
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]>

Expand All @@ -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

Expand Down
Binary file removed assets/gems/ceedling-0.29.1.gem
Binary file not shown.
Binary file added assets/gems/ceedling-0.30.0.gem
Binary file not shown.
Binary file removed assets/gems/thor-0.20.3.gem
Binary file not shown.
Binary file added assets/gems/thor-1.0.1.gem
Binary file not shown.

0 comments on commit 77cdab3

Please sign in to comment.