Skip to content

Commit

Permalink
feat: use default ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalahutdinov committed May 30, 2024
1 parent 0a4ca7f commit a2c46a3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
services:
ruby:
build:
context: .
dockerfile: Dockerfile
args:
RUBY_VERSION: ${RUBY_VERSION:-3.3}
RUBYGEMS_VERSION: 3.5.7
BUNDLER_VERSION: 2.5.7
image: sbmt-strangler-dev:0.1.0-ruby_${RUBY_VERSION:-3.3}
image: ruby:${RUBY_VERSION:-3.2}
environment:
HISTFILE: /app/tmp/.bash_history
BUNDLE_PATH: /usr/local/bundle
Expand Down

0 comments on commit a2c46a3

Please sign in to comment.