Skip to content

Commit

Permalink
updated ruby to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nytr0gen committed Mar 16, 2021
1 parent 1a2cfd0 commit 14806bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.5-slim
FROM ruby:2.3.8-slim

RUN apt-get update && \
apt-get install -y make git libsqlite3-dev libxslt-dev libxml2-dev zlib1g-dev gcc && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.3.5"
ruby "2.3.8"

gem "sinatra", "1.4.8"
gem "haml", "5.0.4"
Expand Down

0 comments on commit 14806bb

Please sign in to comment.