Files
containers/bitnami/ruby/2.1/ol-7/docker-compose.yml
Bitnami Bot 51e25e861d 2.1.10-ol-7-r0 release
This release updates Rubygems to version 2.6.13, which includes several security fixes:
  - Fix a DNS request hijacking vulnerability
  - Fix an ANSI escape sequence vulnerability
  - Fix a DOS vulernerability in the query command
  - Fix a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
2018-06-05 14:20:32 +00:00

12 lines
289 B
YAML

version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/ruby:2.1-ol-7'
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app