Update Dockerfile and Gemfile to available tagged ruby version
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM ruby:2.5.2
|
FROM ruby:2.5.3
|
||||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
||||||
RUN mkdir /myapp
|
RUN mkdir /myapp
|
||||||
WORKDIR /myapp
|
WORKDIR /myapp
|
||||||
|
|||||||
Reference in New Issue
Block a user