You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
When choosing to compile a smart contract using Docker, the default Docker image pulled from Docker Hub is hardcoded to a specific image tagged with the pchain_compile version number. Therefore, when the Docker image is updated and its tag (version) changes, the code in pchain_compile must be updated accordingly.
Fix
Always tag the most recent docker image on docker hub as "latest".
Set the default docker image pulled by "pchain_compile" as the image with tag "latest"