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.
2 parents 716ff7b + 2e2edc5 commit e3bd95fCopy full SHA for e3bd95f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.4.1-alpine
+FROM ruby:2.4.2-alpine
2
3
WORKDIR /app
4
Dockerfile.development
-ARG RUBY_VERSION=2.4.1
+ARG RUBY_VERSION=2.4.2
FROM ruby:$RUBY_VERSION
RUN apt-get update && apt-get install less -y
docker-compose.yml
@@ -19,13 +19,13 @@ services:
19
build:
20
<<: *app-build
21
args:
22
- RUBY_VERSION: 2.3
+ RUBY_VERSION: 2.3.4
23
ruby-2-2:
24
<<: *app
25
26
27
28
- RUBY_VERSION: 2.2
+ RUBY_VERSION: 2.2.7
29
volumes:
30
mtsmfm-language-server-sync:
31
external: true
0 commit comments