Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Revert Ruby version to 2.3.3
  • Loading branch information
alxbl committed Nov 23, 2018
1 parent 999998d commit 82197d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:2.3.5
FROM ruby:2.3.3
MAINTAINER Serpico

ENV SRP_ROOT /Serpico
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby "2.3.5"
ruby "2.3.3"

gem 'sinatra'
gem 'haml'
Expand Down

0 comments on commit 82197d9

Please sign in to comment.