Skip to content

Commit

Permalink
fpm: Use Ruby 2.3 to avoid problem building json
Browse files Browse the repository at this point in the history
fpm depends on 'json < 2.0, >= 1.7.7', but unfortunately json versions
before 2.0 does not support Ruby 2.4, see:
ruby/json#303
  • Loading branch information
Tenzer committed Dec 29, 2016
1 parent a56c576 commit 7eeb146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:latest
FROM ruby:2.3
MAINTAINER Jeppe Toustrup <[email protected]>

RUN apt-get update \
Expand Down

0 comments on commit 7eeb146

Please sign in to comment.