Skip to content

Commit e3bd95f

Browse files
authored
Merge pull request #21 from mtsmfm/bump-ruby
Bump ruby version
2 parents 716ff7b + 2e2edc5 commit e3bd95f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.1-alpine
1+
FROM ruby:2.4.2-alpine
22

33
WORKDIR /app
44

Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=2.4.1
1+
ARG RUBY_VERSION=2.4.2
22
FROM ruby:$RUBY_VERSION
33

44
RUN apt-get update && apt-get install less -y

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ services:
1919
build:
2020
<<: *app-build
2121
args:
22-
RUBY_VERSION: 2.3
22+
RUBY_VERSION: 2.3.4
2323
ruby-2-2:
2424
<<: *app
2525
build:
2626
<<: *app-build
2727
args:
28-
RUBY_VERSION: 2.2
28+
RUBY_VERSION: 2.2.7
2929
volumes:
3030
mtsmfm-language-server-sync:
3131
external: true

0 commit comments

Comments
 (0)