Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

docker build fails due to newer ruby gems requiring ruby 2.3.0 #111

Closed
pb6 opened this issue Jun 6, 2019 · 1 comment
Closed

docker build fails due to newer ruby gems requiring ruby 2.3.0 #111

pb6 opened this issue Jun 6, 2019 · 1 comment

Comments

@pb6
Copy link

pb6 commented Jun 6, 2019

Description

When running docker build on freshly checked repo, it fails with:

 ---> Running in b7a7e5cd85b8
ERROR:  Error installing bundler-audit:
        bundler requires Ruby version >= 2.3.0.
ERROR:  Error installing brakeman:
        brakeman requires Ruby version >= 2.3.0.

Steps to Reproduce

  1. docker build -t xyz:latest .

Expected behavior: container build to succeed

Actual behavior: container build fails

Version

latest checkout

@felixhammerl
Copy link
Collaborator

Fixed in the current master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants