summaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 54a5618c6214d074d34534363eb963304b109d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '3'

services:
  ruby-3.1:
    build:
      context: .
      args: 
        RUBY_VERSION: 3.1
  ruby-3.0:
    build:
      context: .
      args: 
        RUBY_VERSION: 3.0
  ruby-2.7:
    build:
      context: .
      args: 
        RUBY_VERSION: 2.7
  ruby-2.6:
    build:
      context: .
      args: 
        RUBY_VERSION: 2.6