Skip to content

Commit

Permalink
Bump Omnibus version
Browse files Browse the repository at this point in the history
We're upgrading the Omnibus version in
https://github.com/aptible/omnibus-aptible-toolbelt/pull/17, so we might
as well update the version in the builder as well to make sure we don't
have to install too many gems when building.
  • Loading branch information
krallin committed Dec 8, 2016
1 parent d4fe111 commit aff5270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN /platform/install-ruby.sh && rm -rf "/usr/local/src/ruby-${RUBY_VERSION}"

RUN gem install bundler --no-ri --no-rdoc

ENV OMNIBUS_VERSION 5.4.0
ENV OMNIBUS_VERSION 5.5.0
RUN gem install omnibus --version "$OMNIBUS_VERSION" --no-ri --no-rdoc

0 comments on commit aff5270

Please sign in to comment.