Skip to content

Commit

Permalink
Upgrade to Ruby 3.3.0
Browse files Browse the repository at this point in the history
- Specify Ruby 3.3.0 in Solr container
- Specify platform for Apple Silicon compatibility for development
  • Loading branch information
nomadicoder committed Mar 12, 2024
1 parent ce0ee62 commit 70f83c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,8 @@ version: "3.3"

services:
app:
image: cimg/ruby:3.1.3
image: cimg/ruby:3.3.0
platform: linux/x86_64
working_dir: /app
depends_on:
- solr
Expand All @@ -19,6 +20,7 @@ services:

solr:
image: solr:8.11.1
platform: linux/x86_64
volumes:
- $PWD/bin/solr-configs-reset:/opt/docker-solr/scripts/solr-configs-reset
- .:/opt/solr/configs/tul_cob-catalog-solr
Expand Down

0 comments on commit 70f83c6

Please sign in to comment.