Skip to content

Commit

Permalink
Update to Ruby 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Lira committed Dec 11, 2018
1 parent a691906 commit 2d53f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.6-slim
FROM ruby:2.5.3-slim

RUN apt-get update -qq && apt-get install -y \
apt-transport-https \
Expand All @@ -21,7 +21,7 @@ RUN apt-get update -qq && apt-get install -y \
RUN gem update

RUN sed -i 's/\(:DoNotReverseLookup *=> *\).*\(,\)/\1true\2/g' \
/usr/local/lib/ruby/2.3.0/webrick/config.rb
/usr/local/lib/ruby/2.5.0/webrick/config.rb

RUN apt-get clean

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Docker image with Ruby, Node.js, and Yarn, plus some PostgreSQL related packages, and the tools to build native Gems for Rails.

Docker image with Ruby 2.3.6, based on official [ruby:2.3.6-slim](https://hub.docker.com/_/ruby/) image.
Docker image with Ruby 2.5.3, based on official [ruby:2.5.3-slim](https://hub.docker.com/_/ruby/) image.

**Docker Hub:** [setanta/ruby-nodejs-pgclient](https://hub.docker.com/r/setanta/ruby-nodejs-pgclient/)

0 comments on commit 2d53f48

Please sign in to comment.