Skip to content

Commit bfab3c8

Browse files
meili-bors[bot]bb
andauthored
Merge #549
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]>
2 parents b8d3de2 + ff600a8 commit bfab3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ volumes:
33

44
services:
55
package:
6-
image: ruby:3.0
6+
image: ruby:3.3
77
tty: true
88
stdin_open: true
99
working_dir: /home/package

0 commit comments

Comments
 (0)