Skip to content

Commit

Permalink
Merge #549
Browse files Browse the repository at this point in the history
549: Update docker-compose.yml to use supported ruby version r=brunoocasali a=bb

# Pull Request

## Related issue
Related to #533

## What does this PR do?
- use Ruby 3.3 instead of 3.0 in the compose file

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Benjamin Bock <[email protected]>
  • Loading branch information
meili-bors[bot] and bb authored Jul 9, 2024
2 parents b8d3de2 + ff600a8 commit bfab3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ volumes:

services:
package:
image: ruby:3.0
image: ruby:3.3
tty: true
stdin_open: true
working_dir: /home/package
Expand Down

0 comments on commit bfab3c8

Please sign in to comment.