Skip to content

Update compose.yml / Bump jquery to v3.7.1 / refactor Rakefile #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use environment variable for the image tag
  • Loading branch information
toshimaru committed Nov 23, 2024
commit f63df025dfb086a63d5e56297af858fda7f142e6
5 changes: 2 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
services:
app:
image: ruby:3.3
# Use Ruby 2.7 for older builds
# image: ruby:2.7
# NOTE: Use Ruby 2.7 for older builds
image: ruby:${RUBY_VERSION:-3.3}
working_dir: /app
volumes:
- .:/app
Expand Down