how to upgrade to a later docker image? #52
|
I am using I need to upgrade because fastapi has a starlette dependency that is incompatible with |
Replies: 2 comments 1 reply
|
Happy to help with this. Yes, the Poetry configuration was updated in inboard 0.14. There are some details on Docker and Poetry in the docs. I haven't seen any errors when upgrading to inboard 0.14 though. All the applications I run were able to upgrade without any problems. To help resolve the errors, I will need to learn a little more about your project.
Also do you have any error tracebacks? That would help debug the error you're seeing. |
Hi, I'm using boilerplate code from another repo, and its dockerfile looks like and its
pyproject.tomllooks likeMy project is private at this time, but it has not changed that much from the original versions in this aspect (CLI + 3rd library settings e.g. pytest). My Dockerfile looks like this