We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d36949 commit bba0cc5Copy full SHA for bba0cc5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.5.2
+FROM ruby:2.5.3
2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3
RUN mkdir /myapp
4
WORKDIR /myapp
Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade
5
gem "rails", "5.1.6"
6
7
-ruby "2.5.2"
+ruby "2.5.3"
8
9
gem "aruba"
10
gem "bcrypt"
0 commit comments