Skip to content

Commit 7265d54

Browse files
committed
chore: Add Ruby v2.7 setting
1 parent 95ccce1 commit 7265d54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
services:
22
app:
33
image: ruby:3.3
4+
# Use Ruby 2.7 for older builds
5+
# image: ruby:2.7
46
working_dir: /app
57
volumes:
68
- .:/app

0 commit comments

Comments
 (0)