-
Notifications
You must be signed in to change notification settings - Fork 33
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
Freshly build Docker Image won't start #19
Comments
This is indeed a Werkzeug 2.1.0 problem, as this package is included in the docker image I can't revert this back as suggested by the StackOverflow answers. I can however just update Flask-Login to be compatible with Werkzeug 2.1.0, let me test this so I can update all dependencies. |
@juriansluiman perhaps it could be interesting to integrate dependabot to make these tedious bits more automated in future ? |
Fixed in #25 |
I was able to fix this by updating Flask-Login to 0.6.2 in requirements.txt |
I have the same issue, updated flask login but it still happens. |
Worked for me with these versions in requirements.txt
|
@juriansluiman can we please merge @obbardc PR (#25) or mine based on @shsethi proposal (#37) if you don't want dependabot. I'm using a mirror of this repo for publishing a docker image in a registry but it's a pain to automate if I have a divergent version. |
While running a newly build Docker Image it will fail instantly with following error:
It might be related to https://stackoverflow.com/questions/71652965/importerror-cannot-import-name-safe-str-cmp-from-werkzeug-security
The text was updated successfully, but these errors were encountered: