Skip to content

Commit

Permalink
Update Docker ruby version
Browse files Browse the repository at this point in the history
Update ruby image from 2.3.5 to 2.6.2 to match the Gemfile
  • Loading branch information
hipotermia authored Aug 2, 2020
1 parent 420bf0d commit a5a233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.5-slim
FROM ruby:2.6.2-slim
RUN apt-get update && \
apt-get install -y make git libsqlite3-dev libxslt-dev libxml2-dev zlib1g-dev gcc && \
apt-get clean
Expand Down

0 comments on commit a5a233f

Please sign in to comment.