Skip to content

Commit

Permalink
chore: Add Ruby v2.7 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jul 6, 2024
1 parent 95ccce1 commit 7265d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
app:
image: ruby:3.3
# Use Ruby 2.7 for older builds
# image: ruby:2.7
working_dir: /app
volumes:
- .:/app
Expand Down

0 comments on commit 7265d54

Please sign in to comment.