Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sinatra error in CVE-2017-17405 #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

giper45
Copy link

@giper45 giper45 commented Oct 26, 2022

Fix the following error:

 => ERROR [2/4] RUN gem install sinatra                                                                                                                                          1.8s
------                                                                                                                                                                                
 > [2/4] RUN gem install sinatra:                                                                                                                                                     
#0 1.227 ERROR:  Error installing sinatra:                                                                                                                                            
#0 1.227        mustermann requires Ruby version >= 2.6.0.
#0 1.228 Successfully installed ruby2_keywords-0.0.5
------
failed to solve: executor failed running [/bin/sh -c gem install sinatra]: exit code: 1


Due to an update of sinatra version that is not installable in older Ruby versions.

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

Successfully merging this pull request may close these issues.

None yet

1 participant