Docker compose update List the cached images docker images --digests Copy the image id and delete it with docker image rm $IMAGE_ID Verify the image was deleted, then rebuild the container with docker-compose up -d