Skip to content

Commit

Permalink
Pin ruby-xz gem in fpm Dockerfile, so it works on Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Collins committed May 21, 2018
1 parent 77faa18 commit a7a07fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.10.2

* Pin `ruby-xz` gem in fpm Dockerfile, so it works on Ruby 2.2. Upstream issue: https://github.com/jordansissel/fpm/issues/1493

# 1.10.1

* Update fpm container to use Ruby 2.4, fixes `ruby-xz` dependency

# 1.10.0

* add `--net` support to `test` and `sandbox` subcommands
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.2
2 changes: 1 addition & 1 deletion lib/conjur/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -y && \
# https://github.com/docker-library/ruby/commit/c88f3a67da720bfa9fb1717960d90fd5db11c757
ENV BUNDLER_VERSION 1.11.2

RUN gem install --no-rdoc --no-ri bundler:$BUNDLER_VERSION fpm
RUN gem install --no-rdoc --no-ri bundler:$BUNDLER_VERSION ruby-xz:0.2.3 fpm

ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH="$GEM_HOME" \
Expand Down

0 comments on commit a7a07fd

Please sign in to comment.