Skip to content

Commit

Permalink
fix: use a working version of ruby container
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Nov 2, 2023
1 parent 33b486f commit e702494
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
@@ -1,6 +1,6 @@
services:
ruby:
image: ruby:${RUBY_IMAGE:-3.2}-bookworm
image: ruby:${RUBY_IMAGE:-3.2}-bullseye
environment:
HISTFILE: /app/.bash_history
BUNDLE_PATH: /bundle
Expand Down

0 comments on commit e702494

Please sign in to comment.