Problem description
The error: Service 'xxx' failed to build: mainfest for docker.io/phusion/baseimage: latest not found
error occurs when using the docker-compose command, which prompts that the latest version is not found. We need to specify the version at the beginning of the dockerfile file
Solution:
1. Find the dockerfile file in the current folder
2. Supplement at the beginning of the document :bionic-1.0.0
3. Re-execute the docker-compose command
Reference connection